chore(release): Bumped to Version 14.61.4

## [14.61.4](https://github.com/frappe/erpnext/compare/v14.61.3...v14.61.4) (2024-02-05)

### Bug Fixes

* correctly calculate diff amount for included taxes ([#39655](https://github.com/frappe/erpnext/issues/39655)) ([33ae0fa](33ae0fa2f4))
This commit is contained in:
Frappe PR Bot
2024-02-05 12:09:13 +00:00
parent 33ae0fa2f4
commit 99929e9434

View File

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