mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: add missing parentheses
This commit is contained in:
@@ -249,7 +249,7 @@ def setup_journal_entry_metadata(je, depr_schedule_doc, depr_series, depr_schedu
|
||||
je.posting_date = depr_schedule.schedule_date
|
||||
je.company = asset.company
|
||||
je.finance_book = depr_schedule_doc.finance_book
|
||||
je.remark = _("Depreciation Entry against {0} worth {1}".format(
|
||||
je.remark = _("Depreciation Entry against {0} worth {1}").format(
|
||||
asset.name, depr_schedule.depreciation_amount
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user