mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Co-authored-by: Shllokkk <140623894+Shllokkk@users.noreply.github.com> fix: incorrect error message string in sales order (#55090)
This commit is contained in:
@@ -452,7 +452,7 @@ class SalesOrder(SellingController):
|
|||||||
and not cint(d.delivered_by_supplier)
|
and not cint(d.delivered_by_supplier)
|
||||||
):
|
):
|
||||||
frappe.throw(
|
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):
|
def validate_with_previous_doc(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user