Remove loan account field from doctype
This commit is contained in:
parent
7d468a8778
commit
6febcd529b
@ -115,13 +115,11 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fetch_from": "loan.payment_account",
|
|
||||||
"fieldname": "adjustment_account",
|
"fieldname": "adjustment_account",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"in_list_view": 1,
|
|
||||||
"label": "Adjustment Account",
|
"label": "Adjustment Account",
|
||||||
"options": "Account",
|
"options": "Account",
|
||||||
"read_only": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "amount",
|
"fieldname": "amount",
|
||||||
@ -130,19 +128,11 @@
|
|||||||
"options": "Company:company:default_currency",
|
"options": "Company:company:default_currency",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fetch_from": "loan.loan_account",
|
|
||||||
"fieldname": "loan_account",
|
|
||||||
"fieldtype": "Link",
|
|
||||||
"label": "Loan Account",
|
|
||||||
"options": "Account",
|
|
||||||
"read_only": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "adjustment_type",
|
"fieldname": "adjustment_type",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"label": "Adjustment Type",
|
"label": "Adjustment Type",
|
||||||
"options": "Credit Adjustment\nDebit Adjustment",
|
"options": "Credit\nDebit",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -154,7 +144,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-06-28 14:54:52.792592",
|
"modified": "2022-06-30 11:38:16.631994",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Loan Management",
|
"module": "Loan Management",
|
||||||
"name": "Loan Balance Adjustment",
|
"name": "Loan Balance Adjustment",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user