From 7a3687ca8e0e674a107893356d70a159e0ffe12d Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:26:01 +0100 Subject: [PATCH] fix: change string to be able to translate (#45090) * fix: change_string_to_translate * fix: debit note translation * chore: update 'modified' field --------- Co-authored-by: ruthra kumar (cherry picked from commit a3165c5719d2a782a737c51f8c091a6318aa1734) --- .../accounts/doctype/purchase_invoice/purchase_invoice.json | 4 ++-- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index 6b21ec5b678..0584b6026a7 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -1623,7 +1623,7 @@ { "default": "1", "depends_on": "eval: doc.is_return && doc.return_against", - "description": "Debit Note will update it's own outstanding amount, even if \"Return Against\" is specified.", + "description": "Debit Note will update it's own outstanding amount, even if 'Return Against' is specified.", "fieldname": "update_outstanding_for_self", "fieldtype": "Check", "label": "Update Outstanding for Self" @@ -1633,7 +1633,7 @@ "idx": 204, "is_submittable": 1, "links": [], - "modified": "2024-10-25 18:13:01.944477", + "modified": "2025-01-14 11:39:04.564610", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice", diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index cb861e68cdc..4c6d9a85aa1 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -2161,7 +2161,7 @@ { "default": "1", "depends_on": "eval: doc.is_return && doc.return_against", - "description": "Credit Note will update it's own outstanding amount, even if \"Return Against\" is specified.", + "description": "Credit Note will update it's own outstanding amount, even if 'Return Against' is specified.", "fieldname": "update_outstanding_for_self", "fieldtype": "Check", "label": "Update Outstanding for Self", @@ -2186,7 +2186,7 @@ "link_fieldname": "consolidated_invoice" } ], - "modified": "2024-11-26 12:34:09.110690", + "modified": "2025-01-14 11:38:30.446370", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice",