mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 18:24:10 +00:00
* fix(Sales Invoice): Let invoice be created for Sold Assets if it's a return invoice * fix(Sales Invoice): Print appropriate message if item.asset is missing when the Item is a Fixed Asset * fix(Sales Invoice): Fix GL Entry creation for Return Invoices linked with Assets * fix(Sales Invoice): Print appropriate message if Asset isn't specified when the Item is a Fixed Asset * fix(Sales Invoice): Let invoice be created for Sold Assets if it's a return invoice * fix(Sales Invoice): Reset disposal_date on returning the Asset * fix: Rename get_gl_entries_on_asset_movement to get_gl_entries_on_asset_disposal_and_regain * fix: Make functions more readable * fix: Let create_item() make items that are fixed assets * fix: Test GL Entries made when an Asset is returned * fix: Create asset data * fix: Test Co-authored-by: Saqib <nextchamp.saqib@gmail.com>