mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
fix(italy): Add missing tax 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