fix(pos_invoice_item): fetch grant_commission from item_code (backport #54413) (#54418)

Co-authored-by: diptanilsaha <diptanil@frappe.io>
fix(pos_invoice_item): fetch `grant_commission` from `item_code` (#54413)
This commit is contained in:
mergify[bot]
2026-04-20 11:47:15 +00:00
committed by GitHub
parent 3bee79b90d
commit dd6d4d1910

View File

@@ -811,6 +811,7 @@
}, },
{ {
"default": "0", "default": "0",
"fetch_from": "item_code.grant_commission",
"fieldname": "grant_commission", "fieldname": "grant_commission",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Grant Commission", "label": "Grant Commission",
@@ -857,7 +858,7 @@
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2025-11-12 18:11:11.818015", "modified": "2026-04-20 16:16:12.322024",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "POS Invoice Item", "name": "POS Invoice Item",