chore(release): Bumped to Version 14.91.1

## [14.91.1](https://github.com/frappe/erpnext/compare/v14.91.0...v14.91.1) (2025-09-23)

### Bug Fixes

* add condition for name ([0c7911d](0c7911d0fe))
This commit is contained in:
Frappe PR Bot
2025-09-23 13:35:10 +00:00
parent f6148c4352
commit 825ef415ef

View File

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