From 24681bd64f836d96d12f73188417587145837ecc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 8 Apr 2025 13:05:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.85.0 # [14.85.0](https://github.com/frappe/erpnext/compare/v14.84.0...v14.85.0) (2025-04-08) ### Bug Fixes * **accounting:** update outstanding amount based on update_outstanding_for_self ([8e2bfc6](https://github.com/frappe/erpnext/commit/8e2bfc6bcbb65be8b3ee9e220ed49ae962f57e01)) * don't filter payment entries on Bank Account in Payment Clearance ([576ce7e](https://github.com/frappe/erpnext/commit/576ce7e8829531c9a796e494a80e588822c5d180)) * empty party filter on change of party type in General Ledger Report. ([14b4d14](https://github.com/frappe/erpnext/commit/14b4d147a8bdbe620b7ae29156b04f0aa8e5cad7)) * improved rounding adjustment when applying discount (backport [#46720](https://github.com/frappe/erpnext/issues/46720)) ([06c3299](https://github.com/frappe/erpnext/commit/06c32993ea631169f20b3da6e1757e01ba28d268)) * incorrect condition ([d1f9444](https://github.com/frappe/erpnext/commit/d1f9444be70a04628deb9de147626b2d26681c27)) * make message translatable (backport [#46863](https://github.com/frappe/erpnext/issues/46863)) ([#46865](https://github.com/frappe/erpnext/issues/46865)) ([70d117e](https://github.com/frappe/erpnext/commit/70d117e8580db9ef4b0f2ae69a0b939fbf23bc52)) * **payment term:** allocate payment amount when payment term is fetched from order ([36b951d](https://github.com/frappe/erpnext/commit/36b951d018f5a4fe88f1f1cd2e67ec2d476af5ba)) * remove against_voucher from General Ledger Report ([9e3a041](https://github.com/frappe/erpnext/commit/9e3a04136c6744b1d12efb23d7310ecd1eb5f1fa)) * removed customer_group query in customer.js ([3be0f00](https://github.com/frappe/erpnext/commit/3be0f00b3b95f90c4a86edb6736d0b9fae097c4b)) * Translate UnReconcile dialog title (backport [#46818](https://github.com/frappe/erpnext/issues/46818)) ([#46862](https://github.com/frappe/erpnext/issues/46862)) ([5f467be](https://github.com/frappe/erpnext/commit/5f467be0c8536f78af222a3ebbc8c6c0a3d2417d)) * update outstanding with precision ([698d5be](https://github.com/frappe/erpnext/commit/698d5be8407c3c2ce0ced9141702257bbf78d57c)) * update payment amount if automatically_fetch_payment_terms is enabled ([dda35b8](https://github.com/frappe/erpnext/commit/dda35b8e51a3c3414fccee7f8beba9f5d2f0667b)) * update posting date before running validations ([430d1e8](https://github.com/frappe/erpnext/commit/430d1e8b2e7d5e8f9086b0d360808dce7831a0cf)) * use `grand_total_diff` instead of `rounding_adjustment` in `taxes_and_totals` (backport [#46829](https://github.com/frappe/erpnext/issues/46829)) ([233e0d8](https://github.com/frappe/erpnext/commit/233e0d8049605b95aedb8d8a0a176ddca0bf4980)) * user permissions in sales and purchase report ([f26b22e](https://github.com/frappe/erpnext/commit/f26b22ee7fdc043e200a695b900fc2841659214e)) ### Features * asset filter in asset depreciation and balances report ([#46848](https://github.com/frappe/erpnext/issues/46848)) ([2fe9fa7](https://github.com/frappe/erpnext/commit/2fe9fa7ef766dfa9650d26c7f4c99424cfff1417)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9a4198b2ae0..3f300a40fff 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.84.0" +__version__ = "14.85.0" def get_default_company(user=None):