fix: not working without from_amount and percentage_deduction (#22380)
This commit is contained in:
parent
36560c8406
commit
101d15f2f8
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user