fix: not working without from_amount and percentage_deduction (#22380)
diff --git a/erpnext/payroll/doctype/taxable_salary_slab/taxable_salary_slab.json b/erpnext/payroll/doctype/taxable_salary_slab/taxable_salary_slab.json
index ce9512f..94eda4c 100644
--- a/erpnext/payroll/doctype/taxable_salary_slab/taxable_salary_slab.json
+++ b/erpnext/payroll/doctype/taxable_salary_slab/taxable_salary_slab.json
@@ -14,6 +14,7 @@
],
"fields": [
{
+ "default": "0",
"fieldname": "from_amount",
"fieldtype": "Currency",
"in_list_view": 1,
@@ -27,6 +28,7 @@
"label": "To Amount"
},
{
+ "default": "0",
"fieldname": "percent_deduction",
"fieldtype": "Percent",
"in_list_view": 1,
@@ -51,7 +53,7 @@
],
"istable": 1,
"links": [],
- "modified": "2020-06-22 23:32:47.253106",
+ "modified": "2020-06-22 18:16:07.596493",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Taxable Salary Slab",