mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
fix: incorrect error message string in sales order (#55090)
This commit is contained in:
@@ -454,7 +454,7 @@ class SalesOrder(SellingController):
|
||||
and not cint(d.delivered_by_supplier)
|
||||
):
|
||||
frappe.throw(
|
||||
_("Delivery warehouse required for stock item {0}").format(d.item_code), WarehouseRequired
|
||||
_("Source warehouse required for stock item {0}").format(d.item_code), WarehouseRequired
|
||||
)
|
||||
|
||||
def validate_with_previous_doc(self):
|
||||
|
||||
Reference in New Issue
Block a user