[fix] merge conflict?
This commit is contained in:
parent
2f0dbd9bd8
commit
649e2538e5
@ -346,9 +346,8 @@ class update_entries_after(object):
|
||||
|
||||
|
||||
|
||||
if (frappe.local.flags.currently_saving
|
||||
and frappe.local.flags.currently_saving.doctype==self.exceptions[0]["voucher_type"]
|
||||
and frappe.local.flags.currently_saving.name==self.exceptions[0]["voucher_no"]):
|
||||
if ((self.exceptions[0]["voucher_type"], self.exceptions[0]["voucher_no"]) in
|
||||
frappe.local.flags.currently_saving):
|
||||
msg = _("{0} units of {1} needed in {2} to complete this transaction.").format(
|
||||
abs(deficiency), frappe.get_desk_link('Item', self.item_code),
|
||||
frappe.get_desk_link('Warehouse', self.warehouse))
|
||||
|
Loading…
x
Reference in New Issue
Block a user