mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
fix: Translation issues
This commit is contained in:
@@ -198,8 +198,7 @@ class LandedCostVoucher(Document):
|
|||||||
if docs:
|
if docs:
|
||||||
for d in docs:
|
for d in docs:
|
||||||
if d.docstatus == 1:
|
if d.docstatus == 1:
|
||||||
frappe.throw(_('{2} <b>{0}</b> has submitted Assets.\
|
frappe.throw(_('{2} <b>{0}</b> has submitted Assets. Remove Item <b>{1}</b> from table to continue.').format(
|
||||||
Remove Item <b>{1}</b> from table to continue.').format(
|
|
||||||
item.receipt_document, item.item_code, item.receipt_document_type))
|
item.receipt_document, item.item_code, item.receipt_document_type))
|
||||||
|
|
||||||
def update_rate_in_serial_no_for_non_asset_items(self, receipt_document):
|
def update_rate_in_serial_no_for_non_asset_items(self, receipt_document):
|
||||||
|
|||||||
Reference in New Issue
Block a user