mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
Update adjustment_type field options
(cherry picked from commit 245b0c7818)
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
"fieldname": "adjustment_type",
|
"fieldname": "adjustment_type",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"label": "Adjustment Type",
|
"label": "Adjustment Type",
|
||||||
"options": "Credit\nDebit",
|
"options": "Credit Adjustment\nDebit Adjustment",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -144,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-30 11:38:16.631994",
|
"modified": "2022-07-08 16:48:54.480066",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Loan Management",
|
"module": "Loan Management",
|
||||||
"name": "Loan Balance Adjustment",
|
"name": "Loan Balance Adjustment",
|
||||||
|
|||||||
Reference in New Issue
Block a user