mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 08:17:15 +00:00
refactor: add flag to POS Invoice
(cherry picked from commit 83a13e22b7)
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.json
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"is_pos",
|
||||
"is_return",
|
||||
"update_billed_amount_in_sales_order",
|
||||
"update_billed_amount_in_delivery_note",
|
||||
"column_break1",
|
||||
"company",
|
||||
"posting_date",
|
||||
@@ -1549,12 +1550,23 @@
|
||||
"fieldtype": "Currency",
|
||||
"label": "Amount Eligible for Commission",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"default": "1",
|
||||
"depends_on": "eval: doc.is_return && doc.return_against",
|
||||
"fieldname": "update_billed_amount_in_delivery_note",
|
||||
"fieldtype": "Check",
|
||||
"label": "Update Billed Amount in Delivery Note"
|
||||
}
|
||||
],
|
||||
"icon": "fa fa-file-text",
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2022-09-30 03:49:50.455199",
|
||||
=======
|
||||
"modified": "2023-11-20 12:27:12.848149",
|
||||
>>>>>>> 83a13e22b7 (refactor: add flag to POS Invoice)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "POS Invoice",
|
||||
|
||||
Reference in New Issue
Block a user