Merge pull request #6682 from KanchanChauhan/makebankentry-button-fix
[Fix] Make Bank Entry button depends_on fixed
This commit is contained in:
commit
988f850fe2
@ -609,7 +609,7 @@
|
|||||||
"bold": 0,
|
"bold": 0,
|
||||||
"collapsible": 0,
|
"collapsible": 0,
|
||||||
"columns": 0,
|
"columns": 0,
|
||||||
"depends_on": "payment_account",
|
"depends_on": "eval:doc.payment_account",
|
||||||
"description": "Create Bank Entry for the total salary paid for the above selected criteria",
|
"description": "Create Bank Entry for the total salary paid for the above selected criteria",
|
||||||
"fieldname": "make_bank_entry",
|
"fieldname": "make_bank_entry",
|
||||||
"fieldtype": "Button",
|
"fieldtype": "Button",
|
||||||
@ -692,7 +692,7 @@
|
|||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"istable": 0,
|
"istable": 0,
|
||||||
"max_attachments": 0,
|
"max_attachments": 0,
|
||||||
"modified": "2016-09-28 05:43:26.472928",
|
"modified": "2016-10-22 08:10:44.293748",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "HR",
|
"module": "HR",
|
||||||
"name": "Process Payroll",
|
"name": "Process Payroll",
|
||||||
@ -708,6 +708,7 @@
|
|||||||
"export": 0,
|
"export": 0,
|
||||||
"if_owner": 0,
|
"if_owner": 0,
|
||||||
"import": 0,
|
"import": 0,
|
||||||
|
"is_custom": 0,
|
||||||
"permlevel": 0,
|
"permlevel": 0,
|
||||||
"print": 0,
|
"print": 0,
|
||||||
"read": 1,
|
"read": 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user