chore(release): Bumped to Version 15.14.7

## [15.14.7](https://github.com/frappe/erpnext/compare/v15.14.6...v15.14.7) (2024-02-26)

### Bug Fixes

* Issues regarding asset cancellation and deletion ([6fc4dac](6fc4dac4db))
* removed unwanted patch ([3c98368](3c98368e45))
* resolved conflict ([fc565ec](fc565ecd99))
* resolved conflict ([d196aa5](d196aa5a36))
This commit is contained in:
Frappe PR Bot 2024-02-26 07:33:28 +00:00
parent 66156fcfa7
commit 792de1be03

View File

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