mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
[Minor] Stock Entry Fix (#7715)
This commit is contained in:
committed by
Rushabh Mehta
parent
29dfb9479b
commit
cc2c7649a8
@@ -510,7 +510,7 @@ erpnext.stock.StockEntry = erpnext.stock.StockController.extend({
|
||||
doc.supplier_name = doc.supplier_address = doc.purchase_receipt_no = null;
|
||||
}
|
||||
if(doc.purpose == "Material Receipt") {
|
||||
frm.set_value("from_bom", 0);
|
||||
this.frm.set_value("from_bom", 0);
|
||||
}
|
||||
|
||||
// Addition costs based on purpose
|
||||
|
||||
Reference in New Issue
Block a user