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

This commit is contained in:
diptanilsaha
2026-04-20 16:51:10 +05:30
committed by GitHub
parent f89448709f
commit 6c51e4cd1f

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",