mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
chore: resolved conflicts
This commit is contained in:
@@ -276,15 +276,10 @@ def _make_journal_entry_for_depreciation(
|
||||
je.naming_series = depreciation_series
|
||||
je.posting_date = depr_schedule.schedule_date
|
||||
je.company = asset.company
|
||||
<<<<<<< HEAD
|
||||
je.finance_book = asset_depr_schedule_doc.finance_book
|
||||
je.remark = f"Depreciation Entry against {asset.name} worth {depr_schedule.depreciation_amount}"
|
||||
=======
|
||||
je.finance_book = depr_schedule_doc.finance_book
|
||||
je.remark = _("Depreciation Entry against {0} worth {1}").format(
|
||||
asset.name, depr_schedule.depreciation_amount
|
||||
)
|
||||
>>>>>>> 803180d5de (chore: add translation function on remark in setup_journal_entry_metadata in depreciation.py)
|
||||
|
||||
credit_entry = {
|
||||
"account": credit_account,
|
||||
|
||||
Reference in New Issue
Block a user