From 6e3b1a58a19cc3941e6472ab9207110687388383 Mon Sep 17 00:00:00 2001 From: Zlash65 Date: Thu, 4 Oct 2018 09:30:27 +0530 Subject: [PATCH] service_stop_date should be editable after submit --- .../doctype/purchase_invoice_item/purchase_invoice_item.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json index 936be10276..1856b30d8a 100644 --- a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json +++ b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json @@ -1742,7 +1742,7 @@ }, { "allow_bulk_edit": 0, - "allow_on_submit": 0, + "allow_on_submit": 1, "bold": 0, "collapsible": 0, "columns": 0, @@ -2544,7 +2544,7 @@ "issingle": 0, "istable": 1, "max_attachments": 0, - "modified": "2018-09-04 10:11:28.246395", + "modified": "2018-10-04 09:05:43.166721", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice Item",