mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
minor fix
This commit is contained in:
@@ -340,7 +340,7 @@ class PurchaseReceipt(BuyingController):
|
|||||||
warehouse_with_no_account.append(d.warehouse)
|
warehouse_with_no_account.append(d.warehouse)
|
||||||
|
|
||||||
if warehouse_with_no_account:
|
if warehouse_with_no_account:
|
||||||
msgprint(_("No accounting entries for the following warehouses") + ": \n" +
|
frappe.msgprint(_("No accounting entries for the following warehouses") + ": \n" +
|
||||||
"\n".join(warehouse_with_no_account))
|
"\n".join(warehouse_with_no_account))
|
||||||
|
|
||||||
return process_gl_map(gl_entries)
|
return process_gl_map(gl_entries)
|
||||||
|
|||||||
Reference in New Issue
Block a user