From f2d113dcf23e8f25936afaec47d99950c69f6924 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 3 Jul 2024 05:02:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.8 ## [14.70.8](https://github.com/frappe/erpnext/compare/v14.70.7...v14.70.8) (2024-07-03) ### Bug Fixes * always post to tax account heads if LCV is booked ([650b25f](https://github.com/frappe/erpnext/commit/650b25fc23ae7180a16b974bc75f8bbdc2d7e23c)) * asset value correction in fixed asset register ([#41943](https://github.com/frappe/erpnext/issues/41943)) ([a2ee463](https://github.com/frappe/erpnext/commit/a2ee4631cc097b666815cb8e6a9eb9fd17df153e)) * consistent query field name in item wise purchase register with item wise sales register ([9665212](https://github.com/frappe/erpnext/commit/966521260752b50ddc5586c8dbd7a8a8f4012e5a)) * **Delivery Note:** only show permitted actions ([0aa246c](https://github.com/frappe/erpnext/commit/0aa246c39ef933028c0335abaa179b4071754c63)) * dynamic_link for party in customer and supplier dashboard ([6de7a8d](https://github.com/frappe/erpnext/commit/6de7a8de10468db4f2e27c3e81b559a83eba64a3)) * incorrect against_account upon reposting ([6028a19](https://github.com/frappe/erpnext/commit/6028a19e6ba613979947c1c3d8318d0bc38d2b3f)) * Re-open allows SO's to be over credit limit ([952a7b4](https://github.com/frappe/erpnext/commit/952a7b46d545318ec0a69c1b1c74185b07d4ad17)) * **Sales Order:** only show permitted actions ([5468a3b](https://github.com/frappe/erpnext/commit/5468a3b0b7418b0aec47b4f96cc17ca85e57bd6a)) * timeout while cancelling LCV ([#42030](https://github.com/frappe/erpnext/issues/42030)) ([21bf7fd](https://github.com/frappe/erpnext/commit/21bf7fd1f8c9d4c1cd9f3b419089782e82658165)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7dcc3117a09..439ee67d34f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.7" +__version__ = "14.70.8" def get_default_company(user=None):