mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
chore(release): Bumped to Version 14.89.1
## [14.89.1](https://github.com/frappe/erpnext/compare/v14.89.0...v14.89.1) (2025-08-12) ### Bug Fixes * add condition to fetch active accounts ([8fc8aa2](8fc8aa2dfd)) * nonetype error on applying presentation_currency filter on financial statements and trial balance report ([89d00ee](89d00ee4a2)) * **purchase invoice:** filter only enabled account ([e0d9a47](e0d9a47ff7)) * **tax withholding details:** avoid voucher duplication ([92ee871](92ee871b79)) * timeout while submitting purchase receipt ([06c3839](06c3839abc))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.89.0"
|
||||
__version__ = "14.89.1"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user