mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
Merge pull request #48469 from ruthra-kumar/better_label_for_ignore_err
chore: better label for checkbox
This commit is contained in:
@@ -376,7 +376,7 @@
|
|||||||
"default": "0",
|
"default": "0",
|
||||||
"fieldname": "ignore_exchange_rate_revaluation_journals",
|
"fieldname": "ignore_exchange_rate_revaluation_journals",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Ignore Exchange Rate Revaluation Journals"
|
"label": "Ignore Exchange Rate Revaluation and Gain / Loss Journals"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
@@ -400,7 +400,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-04-30 14:43:23.643006",
|
"modified": "2025-07-08 16:52:12.602384",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Process Statement Of Accounts",
|
"name": "Process Statement Of Accounts",
|
||||||
|
|||||||
@@ -209,7 +209,7 @@ frappe.query_reports["General Ledger"] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "ignore_err",
|
fieldname: "ignore_err",
|
||||||
label: __("Ignore Exchange Rate Revaluation Journals"),
|
label: __("Ignore Exchange Rate Revaluation and Gain / Loss Journals"),
|
||||||
fieldtype: "Check",
|
fieldtype: "Check",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user