fix: fetch rate only if field is empty
This commit is contained in:
parent
0ef1df72ad
commit
8619fc7413
@ -54,6 +54,7 @@
|
|||||||
{
|
{
|
||||||
"columns": 2,
|
"columns": 2,
|
||||||
"fetch_from": "account_head.tax_rate",
|
"fetch_from": "account_head.tax_rate",
|
||||||
|
"fetch_if_empty": 1,
|
||||||
"fieldname": "rate",
|
"fieldname": "rate",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
@ -92,7 +93,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"modified": "2019-06-19 17:47:40.236436",
|
"modified": "2019-06-20 12:01:33.919555",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "HR",
|
"module": "HR",
|
||||||
"name": "Expense Taxes and Charges",
|
"name": "Expense Taxes and Charges",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user