mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
chore: Hide tax withholding net total field
This commit is contained in:
@@ -91,7 +91,6 @@
|
|||||||
"section_break_44",
|
"section_break_44",
|
||||||
"apply_discount_on",
|
"apply_discount_on",
|
||||||
"base_discount_amount",
|
"base_discount_amount",
|
||||||
"additional_discount_account",
|
|
||||||
"column_break_46",
|
"column_break_46",
|
||||||
"additional_discount_percentage",
|
"additional_discount_percentage",
|
||||||
"discount_amount",
|
"discount_amount",
|
||||||
@@ -1424,22 +1423,24 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"fieldname": "tax_withholding_net_total",
|
"fieldname": "tax_withholding_net_total",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Tax Withholding Net Total",
|
"hidden": 1,
|
||||||
"no_copy": 1,
|
"label": "Tax Withholding Net Total",
|
||||||
"options": "currency",
|
"no_copy": 1,
|
||||||
"read_only": 1
|
"options": "currency",
|
||||||
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "base_tax_withholding_net_total",
|
"fieldname": "base_tax_withholding_net_total",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Base Tax Withholding Net Total",
|
"hidden": 1,
|
||||||
"no_copy": 1,
|
"label": "Base Tax Withholding Net Total",
|
||||||
"options": "currency",
|
"no_copy": 1,
|
||||||
"print_hide": 1,
|
"options": "currency",
|
||||||
"read_only": 1
|
"print_hide": 1,
|
||||||
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsible_depends_on": "tax_withheld_vouchers",
|
"collapsible_depends_on": "tax_withheld_vouchers",
|
||||||
@@ -1539,7 +1540,7 @@
|
|||||||
"idx": 204,
|
"idx": 204,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-10-11 13:04:44.304389",
|
"modified": "2022-11-04 01:02:44.544878",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Purchase Invoice",
|
"name": "Purchase Invoice",
|
||||||
|
|||||||
Reference in New Issue
Block a user