commit | 66b2b544f88764a394f37e523db4aef98bf8d759 | [log] [tgz] |
---|---|---|
author | marination <maricadsouza221197@gmail.com> | Fri Oct 30 17:45:28 2020 +0530 |
committer | marination <maricadsouza221197@gmail.com> | Fri Oct 30 17:45:28 2020 +0530 |
tree | 1fd25e1c9fc2de4002b00b02a74d40c11fb9d77b | |
parent | 08e5031be2d41f1d2e42fe9e3a58659c19f3beea [diff] |
chore: Purchase Receipt, added required by date in PO popup
diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js index 8ee775e..bc1d81d 100644 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js
@@ -128,6 +128,7 @@ target: me.frm, setters: { supplier: me.frm.doc.supplier, + schedule_date: undefined }, get_query_filters: { docstatus: 1,