mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
fix: set delivery date if missing
This commit is contained in:
@@ -787,6 +787,7 @@ class SalesOrder(SellingController):
|
||||
|
||||
if self.delivery_date:
|
||||
for item in self.items:
|
||||
if not item.delivery_date:
|
||||
item.delivery_date = self.delivery_date
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user