mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
@@ -756,7 +756,7 @@ class BuyingController(StockController, Subcontracting):
|
||||
asset.supplier = self.supplier
|
||||
elif self.docstatus == 2:
|
||||
if asset.docstatus == 2:
|
||||
break
|
||||
continue
|
||||
if asset.docstatus == 0:
|
||||
asset.set(field, None)
|
||||
asset.supplier = None
|
||||
|
||||
Reference in New Issue
Block a user