mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
fix: correct description for Is Rate Adjustment Entry (Debit Note) checkbox
(cherry picked from commit 92c969478e)
This commit is contained in:
@@ -1921,7 +1921,7 @@
|
|||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"depends_on": "eval: !doc.is_return",
|
"depends_on": "eval: !doc.is_return",
|
||||||
"description": "Issue a debit note with 0 qty against an existing Sales Invoice",
|
"description": "Issue a debit note against an existing Sales Invoice to adjust the rate. The quantity will be retained from the original invoice.",
|
||||||
"fieldname": "is_debit_note",
|
"fieldname": "is_debit_note",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Is Rate Adjustment Entry (Debit Note)"
|
"label": "Is Rate Adjustment Entry (Debit Note)"
|
||||||
@@ -2367,7 +2367,7 @@
|
|||||||
"link_fieldname": "consolidated_invoice"
|
"link_fieldname": "consolidated_invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2026-05-01 02:37:29.742764",
|
"modified": "2026-05-21 17:31:11.190958",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice",
|
"name": "Sales Invoice",
|
||||||
|
|||||||
Reference in New Issue
Block a user