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:
Frappe PR Bot
2025-08-12 12:02:50 +00:00
parent b4200c5453
commit e7915b31ce

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.89.0"
__version__ = "14.89.1"
def get_default_company(user=None):