chore(release): Bumped to Version 14.90.1

## [14.90.1](https://github.com/frappe/erpnext/compare/v14.90.0...v14.90.1) (2025-09-02)

### Bug Fixes

* add is_cancelled in condition ([b9f9be3](b9f9be3d88))
* ignore cancelled gl and add company filter ([6b29c06](6b29c06511))
* set missing due date in Purchase Invoice and POS Invoice ([#49232](https://github.com/frappe/erpnext/issues/49232)) ([2b6b0b3](2b6b0b32a7))
This commit is contained in:
Frappe PR Bot
2025-09-02 13:48:57 +00:00
parent 4cbde47ac4
commit 90803b852e

View File

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