Update item.py
This commit is contained in:
parent
4f5839eb65
commit
1e5664ba5f
@ -529,7 +529,7 @@ class Item(WebsiteGenerator):
|
||||
if d.get("warehouse") and d.get("warehouse") not in warehouse:
|
||||
warehouse += [d.get("warehouse")]
|
||||
else:
|
||||
frappe.throw(_("Row {0}: A Reorder entry already exists for this warehouse {1}")
|
||||
frappe.throw(_("Row {0}: Reorder entry already exists for the warehouse {1}")
|
||||
.format(d.idx, d.warehouse), DuplicateReorderRows)
|
||||
|
||||
if d.warehouse_reorder_level and not d.warehouse_reorder_qty:
|
||||
@ -1008,4 +1008,4 @@ def update_variants(variants, template, publish_progress=True):
|
||||
variant.save()
|
||||
count+=1
|
||||
if publish_progress:
|
||||
frappe.publish_progress(count*100/len(variants), title = _("Updating Variants..."))
|
||||
frappe.publish_progress(count*100/len(variants), title = _("Updating Variants..."))
|
||||
|
Loading…
Reference in New Issue
Block a user