From b6648eebfaf348e62e16806c91d0bde6f9390a1f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 5 Jun 2024 01:17:52 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/570985f40e06554edf6c349a16baafd0fb6a01bd)) * get assets received but not billed account only if any asset item is received ([#41734](https://github.com/frappe/erpnext/issues/41734)) ([39885b2](https://github.com/frappe/erpnext/commit/39885b2b010b25257ca82d41d316ca3b87c7dfca)) * 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](https://github.com/frappe/erpnext/commit/5ab5bd138fe65f131afec8608af0f42c1ede037f)) * 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](https://github.com/frappe/erpnext/commit/dc3265751c55e493a8ea617703dc5113b87d2c14)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b371cefd35f..23f33f41d64 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.3" +__version__ = "14.70.4" def get_default_company(user=None):