chore: Hide tax withholding net total field
diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
index d4c6d04..370c0fc 100644
--- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
+++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
@@ -91,7 +91,6 @@
"section_break_44",
"apply_discount_on",
"base_discount_amount",
- "additional_discount_account",
"column_break_46",
"additional_discount_percentage",
"discount_amount",
@@ -1424,22 +1423,24 @@
"read_only": 1
},
{
- "default": "0",
- "fieldname": "tax_withholding_net_total",
- "fieldtype": "Currency",
- "label": "Tax Withholding Net Total",
- "no_copy": 1,
- "options": "currency",
- "read_only": 1
+ "default": "0",
+ "fieldname": "tax_withholding_net_total",
+ "fieldtype": "Currency",
+ "hidden": 1,
+ "label": "Tax Withholding Net Total",
+ "no_copy": 1,
+ "options": "currency",
+ "read_only": 1
},
{
- "fieldname": "base_tax_withholding_net_total",
- "fieldtype": "Currency",
- "label": "Base Tax Withholding Net Total",
- "no_copy": 1,
- "options": "currency",
- "print_hide": 1,
- "read_only": 1
+ "fieldname": "base_tax_withholding_net_total",
+ "fieldtype": "Currency",
+ "hidden": 1,
+ "label": "Base Tax Withholding Net Total",
+ "no_copy": 1,
+ "options": "currency",
+ "print_hide": 1,
+ "read_only": 1
},
{
"collapsible_depends_on": "tax_withheld_vouchers",
@@ -1539,7 +1540,7 @@
"idx": 204,
"is_submittable": 1,
"links": [],
- "modified": "2022-10-11 13:04:44.304389",
+ "modified": "2022-11-04 01:02:44.544878",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice",
@@ -1603,4 +1604,4 @@
"timeline_field": "supplier",
"title_field": "title",
"track_changes": 1
-}
+}
\ No newline at end of file