From 53a9f23c352f9342b97870e224e04a91db86bd8e Mon Sep 17 00:00:00 2001 From: Dario Abdulrehman Date: Mon, 30 Oct 2017 16:47:16 +0000 Subject: [PATCH] [MTDSA-1158] Update description for net vat due --- public/api/conf/1.0/schemas/submitVatReturn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/api/conf/1.0/schemas/submitVatReturn.json b/public/api/conf/1.0/schemas/submitVatReturn.json index c286954d..396c9aa1 100644 --- a/public/api/conf/1.0/schemas/submitVatReturn.json +++ b/public/api/conf/1.0/schemas/submitVatReturn.json @@ -32,8 +32,8 @@ "example": "1000.45" }, "netVatDue": { - "description": "Net VAT to be paid to Customs or reclaimed by you (Difference between boxes 3 and 4). Box (5) on VAT Return form.", - "$ref": "#/definitions/monetaryPosNeg", + "description": "The difference between boxes 3 and 4. Deduct the smaller from the larger and enter the difference in box 5. If the figure in box 3 is more than the figure in box 4, the difference is the amount you must pay.", + "$ref": "#/definitions/monetaryPos", "example": "1000.45" }, "totalValueSalesExVAT": {