chore(release): Bumped to Version 14.61.2

## [14.61.2](https://github.com/frappe/erpnext/compare/v14.61.1...v14.61.2) (2024-01-27)

### Bug Fixes

* incorrect amount in the material request item (backport [#39567](https://github.com/frappe/erpnext/issues/39567)) (backport [#39568](https://github.com/frappe/erpnext/issues/39568)) ([#39586](https://github.com/frappe/erpnext/issues/39586)) ([e729972](e729972987))
This commit is contained in:
Frappe PR Bot
2024-01-27 04:43:52 +00:00
parent e729972987
commit 33b21a54f7

View File

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