chore(release): Bumped to Version 14.70.4

## [14.70.4](https://github.com/frappe/erpnext/compare/v14.70.3...v14.70.4) (2024-06-05)

### Bug Fixes

* Filters in account balance report ([570985f](570985f40e))
* get assets received but not billed account only if any asset item is received ([#41734](https://github.com/frappe/erpnext/issues/41734)) ([39885b2](39885b2b01))
* Ignore disabling default currency field while creating new company (backport [#41699](https://github.com/frappe/erpnext/issues/41699)) ([#41760](https://github.com/frappe/erpnext/issues/41760)) ([5ab5bd1](5ab5bd138f))
* payment term when creating PO from SO (backport [#41376](https://github.com/frappe/erpnext/issues/41376)) ([#41743](https://github.com/frappe/erpnext/issues/41743)) ([dc32657](dc3265751c))
This commit is contained in:
Frappe PR Bot
2024-06-05 01:17:52 +00:00
parent faa3c7c3a4
commit b6648eebfa

View File

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