chore(release): Bumped to Version 14.70.5

## [14.70.5](https://github.com/frappe/erpnext/compare/v14.70.4...v14.70.5) (2024-06-10)

### Bug Fixes

* Add additional condition application ([810378c](810378c899))
* fixing Item-wise sales register ([3823e0e](3823e0e494))
* fixing Item-wise sales register [#41373](https://github.com/frappe/erpnext/issues/41373) ([e8286d7](e8286d7b3c))
* fixing Item-wise sales register and purchase register [#41373](https://github.com/frappe/erpnext/issues/41373) ([fd73a8a](fd73a8a348))
* Item-wise Sales and Purchase register with no item codes [#41373](https://github.com/frappe/erpnext/issues/41373) ([91de469](91de46922d))
This commit is contained in:
Frappe PR Bot
2024-06-10 04:55:25 +00:00
parent 5ba0082bc7
commit 0c4a2af9ab

View File

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