From 49f66a8a51f0f3203927b3b72aee138501bee6bf Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 Oct 2025 13:48:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.85.0 # [15.85.0](https://github.com/frappe/erpnext/compare/v15.84.0...v15.85.0) (2025-10-28) ### Bug Fixes * **accounts:** update payment mode account retrieval to use namespaced function ([2300660](https://github.com/frappe/erpnext/commit/23006601b282513675dfc090894f038062a47b11)) * add message for missing purchase orders in production plan ([5798409](https://github.com/frappe/erpnext/commit/5798409f695d8adadd5a5bbba971708015658250)) * **asset depreciations and balances:** showing opening entries ([81f19b9](https://github.com/frappe/erpnext/commit/81f19b950d0384abc250573540b5fa8189984a36)) * avoid group columns mutation ([158e1b2](https://github.com/frappe/erpnext/commit/158e1b28a9682a6f5f73d1783f99d6a746b7efa0)) * **Bank Transaction:** make transaction ID non-unique ([b52b04a](https://github.com/frappe/erpnext/commit/b52b04a10c25b32b0c5b5779c25213cf3338e6fe)) * fiscal year overlap validation for company-specific years ([482a796](https://github.com/frappe/erpnext/commit/482a7962129adc915fd9261ada5f6dc98c76153c)) * get valuation rate based of previous SLEs for material receipt ([e9f4a34](https://github.com/frappe/erpnext/commit/e9f4a34d8dcd775c747bb1e5df3d5bfe154e25f3)) * **gross profit:** remove customer name from columns ([a767253](https://github.com/frappe/erpnext/commit/a7672530f43521ba94609af5aaf35d33ec93e271)) * **journal-entry:** allow copy account currency when duplicating JV ([1b227b8](https://github.com/frappe/erpnext/commit/1b227b8b4fbec3918f827b22214ec3317bca7faf)) * optimized the slow query to get the batchwise available qty ([85bf936](https://github.com/frappe/erpnext/commit/85bf9366b0c819e04b47a16d067f93c1d8d6e49b)) * Pass uom field name to update existing item qty ([93b2786](https://github.com/frappe/erpnext/commit/93b27868655e5eb5f07fc7acbc6ebcb2d93ea1ed)) * provision to find and fix incorrect serial and batch bundles ([2276741](https://github.com/frappe/erpnext/commit/22767410d56602dc14077844538fbd2ca904b26d)) * recalculate amount based on allocated amount ([2a90bff](https://github.com/frappe/erpnext/commit/2a90bffb5f774bd82dd7e14f081ba0585c160bf4)) * resolve conflicts ([97147a4](https://github.com/frappe/erpnext/commit/97147a484df66894e8e29b6e319be8c083eb585e)) * sabb missed in the incorrect serial no valuation report ([8a995f2](https://github.com/frappe/erpnext/commit/8a995f28c9f943ad3ec523c43b9d2521e4fa6d44)) * set default value for as zero for additional asset cost ([ee5e4ec](https://github.com/frappe/erpnext/commit/ee5e4eccecef33660c037106842fa952d17217d6)) * set status to Draft for auto-created assets from Purchase Receipt ([d8eddbf](https://github.com/frappe/erpnext/commit/d8eddbfd03650592d7c54db99df3a501465227ad)) * stock difference value for adjustment entry ([6c0694f](https://github.com/frappe/erpnext/commit/6c0694ff1707b2115fe22c7cd19aeddb44980c75)) * **Task:** make Timesheet-dependent fields no_copy (backport [#50130](https://github.com/frappe/erpnext/issues/50130)) ([#50196](https://github.com/frappe/erpnext/issues/50196)) ([4988ff8](https://github.com/frappe/erpnext/commit/4988ff84dfce2566d8f7a3af8f3be238c71208b4)) * use correct field name ([a82fa8c](https://github.com/frappe/erpnext/commit/a82fa8c26b59ac49f6bf9c431679c70dde288501)) ### Features * Add posting date param for reverse GL entries ([1a7092d](https://github.com/frappe/erpnext/commit/1a7092d7b665aacf3ee49a6ebe30063ce0968a26)) * add project filter to Delayed Tasks Summary report ([82ca729](https://github.com/frappe/erpnext/commit/82ca729e2b5e9b2b5d0dceb9338c3b30700ea3e4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6984151d62d..bf09519b470 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.84.0" +__version__ = "15.85.0" def get_default_company(user=None):