mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-21 02:09:58 +00:00
Update erpnext's own importers (asset depreciation, invoice discounting and the JE tests) to import the builders from mapper.py directly. Drop make_inter_company_journal_entry and make_reverse_journal_entry from the backward-compat re-export in journal_entry.py -- they are not part of the custom-app call surface; only the payment-entry builders remain re-exported.