From 1d66b7e5a354161093ee72d63b9ec7c67d5e60fb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 10 Jul 2024 10:43:56 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.10 ## [14.70.10](https://github.com/frappe/erpnext/compare/v14.70.9...v14.70.10) (2024-07-10) ### Bug Fixes * add missing german translations ([d5c1c62](https://github.com/frappe/erpnext/commit/d5c1c62622c3f412a5e1b74f1a21ad7fd6b7148e)) * empty item-wise sales/purchase register reports on initial load ([13895fa](https://github.com/frappe/erpnext/commit/13895fa060653fae3b18c394f2ea7e3bd9d66ade)) * fetch expence account from asset category ([4d6a71a](https://github.com/frappe/erpnext/commit/4d6a71ab4ba0f008e1a6816ed99e890fae347016)) * group by in item-wise purchase register ([62ad466](https://github.com/frappe/erpnext/commit/62ad466a3bdc2bccaabaf3c671cf8ad32f249e53)) * **Holiday List:** sort holidays on save to avoid disorienting the user (backport [#42236](https://github.com/frappe/erpnext/issues/42236)) ([#42251](https://github.com/frappe/erpnext/issues/42251)) ([fcf6500](https://github.com/frappe/erpnext/commit/fcf65001447b4f10459e69ca6f5d78b8a07ef34d)) * manual pick allow to pick more than available stock (backport [#42155](https://github.com/frappe/erpnext/issues/42155)) ([#42158](https://github.com/frappe/erpnext/issues/42158)) ([454e147](https://github.com/frappe/erpnext/commit/454e1475925ce0975479b2939273e7b4f48f3a5d)) * multiple free items on same Item Group ([701dd9e](https://github.com/frappe/erpnext/commit/701dd9e19bb13d5e8e33337a3d77b4322635a803)) * removed max discount validation for sales return ([4195c50](https://github.com/frappe/erpnext/commit/4195c50f02bbc5bf5e541fc140be47fc6ad17a29)) * stock qty validation in SCR (backport [#42124](https://github.com/frappe/erpnext/issues/42124)) ([#42224](https://github.com/frappe/erpnext/issues/42224)) ([e2f8e02](https://github.com/frappe/erpnext/commit/e2f8e02c735c0b169273620bc5a18ee39657ca8a)) * tax on stock_rbnb on repost of Purchase Receipt ([106c154](https://github.com/frappe/erpnext/commit/106c154a16efce956357524309215cd62cc3c3ec)) * **tds:** use doctype reference when mapping keys across multiple doctypes ([51cbbee](https://github.com/frappe/erpnext/commit/51cbbee4cad4e131c88c0ab70efcbc7b0294977f)) * updated logic for calculating tax_withholding_net_total in payment entry ([49e5066](https://github.com/frappe/erpnext/commit/49e50662b6d5c315fb24366eaeb7505cd4b35947)) * use standard method to get `_doc_before_save` ([9fde733](https://github.com/frappe/erpnext/commit/9fde7330e0d5a4e2a24bc7ae5a2277f913a9b972)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index adab6d1d530..726ed795237 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.9" +__version__ = "14.70.10" def get_default_company(user=None):