mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 09:36:53 +00:00
chore(release): Bumped to Version 14.88.0
# [14.88.0](https://github.com/frappe/erpnext/compare/v14.87.0...v14.88.0) (2025-07-15) ### Bug Fixes * **Employee:** add context to status in List View (backport [#48576](https://github.com/frappe/erpnext/issues/48576)) ([#48578](https://github.com/frappe/erpnext/issues/48578)) ([9dad082](9dad08274a)) ### Features * parent item group support in Stock Projected Qty report ([3b36be2](3b36be214f)) * update the modified date of the SLE after reposting ([8966c95](8966c956d5))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.87.0"
|
||||
__version__ = "14.88.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user