mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
chore(release): Bumped to Version 14.92.7
## [14.92.7](https://github.com/frappe/erpnext/compare/v14.92.6...v14.92.7) (2025-12-24) ### Bug Fixes * available qty not fetched on selection of batch ([9841438](98414385e5)) * **deps:** pin urllib3<2 ([1dee100](1dee10077c)) * disable uv ([d713f39](d713f39fce)) * **patch:** fallback for frankfurter settings v14 patch ([5c9e0bb](5c9e0bba2f)) ### Performance Improvements * optimize company monthly sales query using date range ([#48942](https://github.com/frappe/erpnext/issues/48942)) ([e9c1d0a](e9c1d0ad52))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.92.6"
|
||||
__version__ = "14.92.7"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user