mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Merge pull request #47019 from Z4nzu/fix_italy_localization
fix(italy): Add tax-related custom fields to POS Invoice Item
This commit is contained in:
@@ -378,6 +378,7 @@ def make_custom_fields(update=True):
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
"Purchase Invoice Item": invoice_item_fields,
|
"Purchase Invoice Item": invoice_item_fields,
|
||||||
|
"POS Invoice Item": invoice_item_fields,
|
||||||
"Sales Order Item": invoice_item_fields,
|
"Sales Order Item": invoice_item_fields,
|
||||||
"Delivery Note Item": invoice_item_fields,
|
"Delivery Note Item": invoice_item_fields,
|
||||||
"Sales Invoice Item": invoice_item_fields + customer_po_fields,
|
"Sales Invoice Item": invoice_item_fields + customer_po_fields,
|
||||||
|
|||||||
Reference in New Issue
Block a user