chore(release): Bumped to Version 14.78.7

## [14.78.7](https://github.com/frappe/erpnext/compare/v14.78.6...v14.78.7) (2025-01-01)

### Bug Fixes

* slow stock transactions (backport [#45025](https://github.com/frappe/erpnext/issues/45025)) ([#45026](https://github.com/frappe/erpnext/issues/45026)) ([a85a103](a85a103bad))
This commit is contained in:
Frappe PR Bot
2025-01-01 10:48:12 +00:00
parent 2a40845f65
commit 0e8a04f2cc

View File

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