From 556f7d1a4a44883116d4f7a4d2785a608ed83f3b Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Mon, 11 Sep 2023 10:43:01 +0530 Subject: [PATCH] Improved: code for close PO items (#212) --- src/locales/en.json | 4 +-- src/views/ClosePurchaseOrderModal.vue | 52 +++++++++++++-------------- src/views/PurchaseOrderDetail.vue | 4 +-- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 9c794dd6..4df7dc43 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -5,8 +5,8 @@ "Add to Shipment": "Add to Shipment", "App": "App", "Authenticating": "Authenticating", - "Are you sure you want to change the time zone to?": "Are you sure you want to change the time zone to {timeZoneId}?", "Are you sure you have received the purchase order for the selected items? Once closed, the shipments for the selected items wont be available for receiving later.": "Are you sure you have received the purchase order for the selected items? { space } Once closed, the shipments for the selected items won't be available for receiving later.", + "Are you sure you want to change the time zone to?": "Are you sure you want to change the time zone to {timeZoneId}?", "Arrival date": "Arrival date", "Cancel": "Cancel", "Change": "Change", @@ -64,8 +64,8 @@ "Qty": "Qty", "Receive": "Receive", "Receive All": "Receive All", - "Receive inventory": "Receive inventory", "Receive And Close": "Receive And Close", + "Receive inventory": "Receive inventory", "received": "received", "Receive Shipment": "Receive Shipment", "Receiving": "Receiving", diff --git a/src/views/ClosePurchaseOrderModal.vue b/src/views/ClosePurchaseOrderModal.vue index 05f5663c..639d8d91 100644 --- a/src/views/ClosePurchaseOrderModal.vue +++ b/src/views/ClosePurchaseOrderModal.vue @@ -44,72 +44,72 @@