fix: Make Travel Request Document Submittable (#17874)
* make travel request submittable * add patch * remove patch
This commit is contained in:
parent
65c355b8c8
commit
add002bb0f
@ -192,6 +192,15 @@
|
||||
"fieldtype": "Text",
|
||||
"label": "Other Details"
|
||||
},
|
||||
{
|
||||
"fieldname": "amended_from",
|
||||
"fieldtype": "Link",
|
||||
"label": "Amended From",
|
||||
"no_copy": 1,
|
||||
"options": "Travel Request",
|
||||
"print_hide": 1,
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"collapsible": 1,
|
||||
"fieldname": "accounting_dimensions_section",
|
||||
@ -203,6 +212,7 @@
|
||||
"fieldtype": "Column Break"
|
||||
}
|
||||
],
|
||||
"is_submittable": 1,
|
||||
"modified": "2019-05-25 23:15:00.609186",
|
||||
"modified_by": "Administrator",
|
||||
"module": "HR",
|
||||
|
@ -604,4 +604,4 @@ execute:frappe.delete_doc("Report", "Inactive Items")
|
||||
erpnext.patches.v11_1.delete_scheduling_tool
|
||||
erpnext.patches.v12_0.make_custom_fields_for_bank_remittance
|
||||
execute:frappe.delete_doc_if_exists("Page", "support-analytics")
|
||||
erpnext.patches.v12_0.make_item_manufacturer
|
||||
erpnext.patches.v12_0.make_item_manufacturer
|
Loading…
x
Reference in New Issue
Block a user