fix: not working without from_amount and percentage_deduction (#22380)

This commit is contained in:
Anurag Mishra 2020-06-23 10:45:54 +05:30 committed by GitHub
parent 36560c8406
commit 101d15f2f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",