From 32029f4dca49f130d3c0c47b957a87fd56478498 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 23 Jul 2025 02:54:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.71.0 # [15.71.0](https://github.com/frappe/erpnext/compare/v15.70.2...v15.71.0) (2025-07-23) ### Bug Fixes * add alias for order by field ([4bef3cc](https://github.com/frappe/erpnext/commit/4bef3cc92ff0e66aefe0204c015aeecbadb9a9f7)) * add validation for account key ([90fa7db](https://github.com/frappe/erpnext/commit/90fa7db13c31009821449ebf08038e91a510ddb2)) * added serial no condition ([467fe1d](https://github.com/frappe/erpnext/commit/467fe1d72f77c85e5ef65c7d81ba8a397ccfd4e9)) * carry forward the delivered_by_supplier check to PO ([6fddf4c](https://github.com/frappe/erpnext/commit/6fddf4c5aafecd2f6155c61a6327b4a7387ebfe2)) * do not consider cancelled SLEs in report ([32915cf](https://github.com/frappe/erpnext/commit/32915cf2b7141b1ce1653b15d63dc2795f0c4879)) * fetch sales invoice based on mode_of_payment in item-wise sales register ([d04c256](https://github.com/frappe/erpnext/commit/d04c256b73f46ccf2a489881e2aabe0acedf7a57)) * job card linter error (backport [#47561](https://github.com/frappe/erpnext/issues/47561)) ([#48695](https://github.com/frappe/erpnext/issues/48695)) ([a139cd4](https://github.com/frappe/erpnext/commit/a139cd4b5e0733c5bc08d100dd0722b5abc92ce0)) * performance issue while submitting the purchase invoice ([b9e6f52](https://github.com/frappe/erpnext/commit/b9e6f524e571fe00cd72c2b804ca67c9534fc0eb)) * **period closing voucher:** closing account head debit and debit in account currency should be equal ([98bd880](https://github.com/frappe/erpnext/commit/98bd880c73024a79b56c9956e56c278332ca6e24)) * pos customer selection on new order ([#48623](https://github.com/frappe/erpnext/issues/48623)) ([a46cafe](https://github.com/frappe/erpnext/commit/a46cafe652cbb887c2ed4256a8fddb5f71af8378)) * precision issue for Sales Incoming Rate ([3e53660](https://github.com/frappe/erpnext/commit/3e53660bba95c2ed812d6a77229488b1912431d5)) * **production plan:** add company filter to sub assembly warehouse ([e683703](https://github.com/frappe/erpnext/commit/e68370359fc838c5214199eab7c5aeb93f026606)) * resolve bundle item into line item if againt default supplier checked ([725f9ea](https://github.com/frappe/erpnext/commit/725f9ea0126be5faff11acd22bd3f2c8b365c2db)) * resolve sql syntax on accounting dimension ([96a1444](https://github.com/frappe/erpnext/commit/96a1444e922960cd3812bbaa377121703bb2ee08)) * sales partner in pos invoice ([#48670](https://github.com/frappe/erpnext/issues/48670)) ([65efc7e](https://github.com/frappe/erpnext/commit/65efc7e9507ad6240ebf894eef563b5734321043)), closes [#48667](https://github.com/frappe/erpnext/issues/48667) [#48669](https://github.com/frappe/erpnext/issues/48669) * set delivery date if missing ([8f23ca5](https://github.com/frappe/erpnext/commit/8f23ca5c6b9d3dd6a291e3500d324353a3f033c1)) * show amount for exchange gain or loss account ([38b223e](https://github.com/frappe/erpnext/commit/38b223e7327abdc34b7ba3c1edc02ba675d5ab77)) * stand-alone credit note gl entries ([93c2a67](https://github.com/frappe/erpnext/commit/93c2a679309825ede65481a070a4e2b608adb9f7)) * **transaction:** recalculate tax and total when quantity changes (backport [#48565](https://github.com/frappe/erpnext/issues/48565)) ([#48625](https://github.com/frappe/erpnext/issues/48625)) ([2b1fdba](https://github.com/frappe/erpnext/commit/2b1fdba7fd4d06bb0e17784cdd763953956cc70d)) * update outstanding amount on payment reconcillation ([0d496bb](https://github.com/frappe/erpnext/commit/0d496bb05fb23e1576dfedf28c214985e7a771e9)) * view ledger button of company on chart of accounts (backport [#48677](https://github.com/frappe/erpnext/issues/48677)) ([#48678](https://github.com/frappe/erpnext/issues/48678)) ([56f5ec9](https://github.com/frappe/erpnext/commit/56f5ec961fe7e1fbe9f6f124aa81f442137dc266)) ### Features * consider process less when calculating pending qty in work order ([2b42848](https://github.com/frappe/erpnext/commit/2b4284837642a5c7091a09ba367d8fe195ecf350)) ### Reverts * do not set pay_to_recd_from to None ([ab79e5d](https://github.com/frappe/erpnext/commit/ab79e5d94600bc3bb4f02b6ab542a15cadccfbd8)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5ecf812d26d..ee8bdb28636 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.70.2" +__version__ = "15.71.0" def get_default_company(user=None):