mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 17:34:47 +00:00
[enhance] make PO from SO if supplier is specified
This commit is contained in:
@@ -221,7 +221,7 @@ class StatusUpdater(Document):
|
||||
|
||||
else:
|
||||
if self.doctype=="Delivery Note":
|
||||
args["drop_ship_cond"] = " and is_drop_ship!=1 "
|
||||
args["drop_ship_cond"] = " and is_drop_ship!=1 and supplier = '' "
|
||||
|
||||
for name in unique_transactions:
|
||||
if not name:
|
||||
|
||||
Reference in New Issue
Block a user