mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 21:05:10 +00:00
chore(release): Bumped to Version 14.89.0
# [14.89.0](https://github.com/frappe/erpnext/compare/v14.88.4...v14.89.0) (2025-08-06) ### Bug Fixes * add doctype fieldname in condition ([c263e6d](c263e6d67e)) * add flt to prevent NoneType errors ([2c98081](2c98081be6)) * closing balance being added twice to fifo queue ([7abc4c4](7abc4c4022)) * do not split round off when there is a cost center allocation ([388b5fb](388b5fb8f6)) * payment ledger voucher seperator row currencies ([0de4477](0de4477ddf)) * provide company for outstanding record. ([235f271](235f271729)) * provide missing `company` in report records that require reference to `Company:company:default_currency` ([d38fd07](d38fd0779c)) * Use correct Attachments folder in code list import ([f415bc3](f415bc3d14)) ### Features * add show_amount_in_company_currency in gl report ([eb69122](eb691226d5))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.88.4"
|
||||
__version__ = "14.89.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user