diff --git a/erpnext/buying/doctype/buying_settings/buying_settings.json b/erpnext/buying/doctype/buying_settings/buying_settings.json index 059999245d..b20257cfb7 100644 --- a/erpnext/buying/doctype/buying_settings/buying_settings.json +++ b/erpnext/buying/doctype/buying_settings/buying_settings.json @@ -28,7 +28,9 @@ "subcontract", "backflush_raw_materials_of_subcontract_based_on", "column_break_11", - "over_transfer_allowance" + "over_transfer_allowance", + "section_break_xcug", + "purchase_order_submit_action" ], "fields": [ { @@ -172,6 +174,16 @@ "fieldname": "blanket_order_allowance", "fieldtype": "Float", "label": "Blanket Order Allowance (%)" + }, + { + "fieldname": "section_break_xcug", + "fieldtype": "Section Break" + }, + { + "fieldname": "purchase_order_submit_action", + "fieldtype": "Select", + "label": "Purchase Order Submit Action", + "options": "\nCreate Subcontracting Order\nCreate and Submit Subcontracting Order" } ], "icon": "fa fa-cog", @@ -179,7 +191,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2023-10-25 14:03:32.520418", + "modified": "2023-11-22 16:05:33.262940", "modified_by": "Administrator", "module": "Buying", "name": "Buying Settings",