From b35f5aca91bb0b5f2cc8d8f351d3b32b5b8ff173 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 15 Jul 2025 12:52:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.70.0 # [15.70.0](https://github.com/frappe/erpnext/compare/v15.69.2...v15.70.0) (2025-07-15) ### Bug Fixes * employee_exit_translatability ([c894b18](https://github.com/frappe/erpnext/commit/c894b1816508e20cb218ecc3d1e4cc785ab471e7)) * **Employee:** add context to status in List View (backport [#48576](https://github.com/frappe/erpnext/issues/48576)) ([#48577](https://github.com/frappe/erpnext/issues/48577)) ([0e67487](https://github.com/frappe/erpnext/commit/0e67487508d74a34cc315683d050cf88bd76e9be)) * error in available serial no report is no serial no present in company ([f1ff5a3](https://github.com/frappe/erpnext/commit/f1ff5a39ae45ec043c446251d62e83e3bda99af4)) * fetch item tax template after setting `base_net_rate` ([b5c4f61](https://github.com/frappe/erpnext/commit/b5c4f61fef3752c3f0966bd2be9180276e95cea9)) * field name of price_list in material request ([ee6ef03](https://github.com/frappe/erpnext/commit/ee6ef03e24fecb134b35422b0d7d46a93e30dea9)) * fix party account field access ([54275db](https://github.com/frappe/erpnext/commit/54275dbe38fded7675bd0eaaa50f94c4df617470)) * gross margin not set in project on submission of stock entry ([81e244b](https://github.com/frappe/erpnext/commit/81e244be55b29ba8190b42390ecaac2e89533401)) * handle cases where distributed discount amount is not set ([78df526](https://github.com/frappe/erpnext/commit/78df52606f7fe990610acf09bc6e3c23a76876c0)) * incorrect if condition ([a195152](https://github.com/frappe/erpnext/commit/a195152cc8514547d50ff57c1f0cb03c38a81a40)) * incorrect last sle for no batch wise valuation ([f2af2fe](https://github.com/frappe/erpnext/commit/f2af2fe63bd467f0e871761dc4e58e223b1937ea)) * incorrect stock reco sle ([1322cc1](https://github.com/frappe/erpnext/commit/1322cc1378be8a57a8451fef655dc7a5f5b77e5c)) * incorrect test ([c57ca1a](https://github.com/frappe/erpnext/commit/c57ca1ae29028d9e366159bd88d0d4cd99e54481)) * indicator in material_request_list.js ([4eb9f73](https://github.com/frappe/erpnext/commit/4eb9f73a522a4c7ea13430eb3e2080be26f55793)) * invalid comparison error in sabb.py ([7ac5463](https://github.com/frappe/erpnext/commit/7ac546333a11934a7b181139d71c45692ebd120c)) * make labels in serial_batch_prompt translatable ([c20a5b0](https://github.com/frappe/erpnext/commit/c20a5b01b4df7d36154023a5592a4384eda25aed)) * missing parameter in precision function ([f80ad4e](https://github.com/frappe/erpnext/commit/f80ad4ee589359ba83e1c16e7a9fc4d975a5933b)) * no attribute error in old subcontracting flow ([5fce819](https://github.com/frappe/erpnext/commit/5fce8191f90375225ec128c0b1a94d28b5f529e2)) * pos adding item multiple times on item group filter ([3a70b5d](https://github.com/frappe/erpnext/commit/3a70b5d7fc276199d2394a032469217a76f8a8d6)) * prevent creation of root accounts in account tree view ([817bcc7](https://github.com/frappe/erpnext/commit/817bcc78a0c3fe7c7f90aa7f83b1abb71b212d66)) * prevent unnecessary db.commit ([00d39eb](https://github.com/frappe/erpnext/commit/00d39eb208dc9b791dcb79a144b6703958a0b6ea)) * prevent unnecessary db.commit for contact insert [Linters] ([5cfeb29](https://github.com/frappe/erpnext/commit/5cfeb2978b5a9913bf576946b2bed5efcf75b215)) * resolve sql error on dimension-wise accounts balance report (backport [#48477](https://github.com/frappe/erpnext/issues/48477)) ([#48478](https://github.com/frappe/erpnext/issues/48478)) ([243b533](https://github.com/frappe/erpnext/commit/243b5331503e8d337066177edee589d8dedb62da)) * set value after depreciation when creating test asset ([4383d29](https://github.com/frappe/erpnext/commit/4383d29d7b2a3cad3d88c82ecdc049da14c51126)) * sort available batches based on expiry when merging SLEs with SABB and those without (backport [#48471](https://github.com/frappe/erpnext/issues/48471)) ([#48473](https://github.com/frappe/erpnext/issues/48473)) ([7a4c8d8](https://github.com/frappe/erpnext/commit/7a4c8d81e23a180481c714d5dade9e06f6710fc8)) * split and set value after depreciation ([3488ba0](https://github.com/frappe/erpnext/commit/3488ba05eb2b3d32083b15c699893f46a136fe6b)) * stock settings save issue ([a5c49d1](https://github.com/frappe/erpnext/commit/a5c49d1e08506819a0f60296cf4dfb8035b9b921)) * system was allowing credit notes with serial numbers for any customer ([4b6444e](https://github.com/frappe/erpnext/commit/4b6444e93bf39029f943a3fc5c8ffa9430646bd0)) * updated test ([f35fd98](https://github.com/frappe/erpnext/commit/f35fd9842e3f285b607d1bb69b0d819a29c729cd)) * use `flt` value of bin qty ([fc8d451](https://github.com/frappe/erpnext/commit/fc8d451c55fd2a64715309306d965704caf2ee80)) * use planned_qty instead of pending_qty to check if WO should be created against PP ([89660c9](https://github.com/frappe/erpnext/commit/89660c90708e7cedecf99125ed267c2b83409c0d)) ### Features * add calculate_ageing_with option in summary reports ([72e154f](https://github.com/frappe/erpnext/commit/72e154fbb761eafd0917c43291f470b998cb6a4f)) * batch rate (valuation) in Batch-Wise Balance History report ([facd202](https://github.com/frappe/erpnext/commit/facd2027c3e26ecb6a17a5ca29ad417b604c2948)) * **BOM:** improve tree display with item_name and qty (backport [#48176](https://github.com/frappe/erpnext/issues/48176)) ([#48494](https://github.com/frappe/erpnext/issues/48494)) ([fdd79c7](https://github.com/frappe/erpnext/commit/fdd79c767780db2407a566b6bbb10e294b87bf3f)) * parent item group support in Stock Projected Qty report ([db525c2](https://github.com/frappe/erpnext/commit/db525c2538dae80e2c04c3cf5be386e9ec293628)) * update the modified date of the SLE after reposting ([8c77ea1](https://github.com/frappe/erpnext/commit/8c77ea16cf9c878f19c0252e98815234fb7bad73)) ### Performance Improvements * optimize code for subcontracting ([9aef305](https://github.com/frappe/erpnext/commit/9aef3058a6fd9e22e8a43b064e3d71b60d847e3a)) * use `cached_doc` for Account Settings ([f1cdd76](https://github.com/frappe/erpnext/commit/f1cdd76fc1adf8fa7714f7824edef29839a393fd)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a6b841b5f7e..b8742f4f510 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.69.2" +__version__ = "15.70.0" def get_default_company(user=None):