mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +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,
|
||||
"POS Invoice Item": invoice_item_fields,
|
||||
"Sales Order Item": invoice_item_fields,
|
||||
"Delivery Note Item": invoice_item_fields,
|
||||
"Sales Invoice Item": invoice_item_fields + customer_po_fields,
|
||||
|
||||
Reference in New Issue
Block a user