From 2acee05a0ad8a82bb04b8969a63c000328cdd844 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Wed, 13 Nov 2024 16:56:08 +0530 Subject: [PATCH] refactor: 'Partly Billed' status for Purchase Receipt (cherry picked from commit c58bbd25f2813ac4392877602ca89247127e3623) --- erpnext/stock/doctype/purchase_receipt/purchase_receipt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json index 28c54dab9b2..fabeb74462f 100755 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json @@ -885,7 +885,7 @@ "no_copy": 1, "oldfieldname": "status", "oldfieldtype": "Select", - "options": "\nDraft\nTo Bill\nCompleted\nReturn Issued\nCancelled\nClosed", + "options": "\nDraft\nPartly Billed\nTo Bill\nCompleted\nReturn Issued\nCancelled\nClosed", "print_hide": 1, "print_width": "150px", "read_only": 1, @@ -1242,7 +1242,7 @@ "idx": 261, "is_submittable": 1, "links": [], - "modified": "2024-03-20 16:05:31.713453", + "modified": "2024-11-13 16:55:14.129055", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt",