From e714b82802738c66773e27bf8ec824e95fc0c9e7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 21 Oct 2025 12:44:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.84.0 # [15.84.0](https://github.com/frappe/erpnext/compare/v15.83.2...v15.84.0) (2025-10-21) ### Bug Fixes * added exception handling on service level agreement apply hook ([#50096](https://github.com/frappe/erpnext/issues/50096)) ([a3a6d39](https://github.com/frappe/erpnext/commit/a3a6d394369182ee94150464077176bf91ad6cd3)) * adjustment entry ([76cfa28](https://github.com/frappe/erpnext/commit/76cfa28a424059c459c0a3d9853adb392432f225)) * correct monthly sales history (backport [#50056](https://github.com/frappe/erpnext/issues/50056)) ([#50179](https://github.com/frappe/erpnext/issues/50179)) ([afc2d95](https://github.com/frappe/erpnext/commit/afc2d957363b33ee552b5730a04044da6c2f7c30)) * handle flt conversion for prev_ordered_qty ([3d3e116](https://github.com/frappe/erpnext/commit/3d3e1167974393669ec2836a09bff886cb4226fc)) * internal transfer entry with serial/batch ([d67a439](https://github.com/frappe/erpnext/commit/d67a439051b87feefbc64caa68d4059751579483)) * **point-of-sale:** render payment methods only payment component is visible ([2b0281c](https://github.com/frappe/erpnext/commit/2b0281c510ab8ea4bab29184a33e1332c3290562)) * preview stock ledger for manual serial and batch values ([c64dcf3](https://github.com/frappe/erpnext/commit/c64dcf34239cdded72b6eca3b285e569b6da4d89)) * **stock:** remove duplicate fields ([58a1383](https://github.com/frappe/erpnext/commit/58a1383380c1e5a1dcee18207bbbc05bc9daaed9)) * validation for negative batch ([b9dd05f](https://github.com/frappe/erpnext/commit/b9dd05f29264a7e9c295ed94f263353bda0b803d)) ### Features * set options for IBAN fields (backport [#49377](https://github.com/frappe/erpnext/issues/49377)) ([#49413](https://github.com/frappe/erpnext/issues/49413)) ([bd3a132](https://github.com/frappe/erpnext/commit/bd3a1328687e6cd18580caf898dffac5baa5a4f4)) ### Performance Improvements * Add index for faster queries ([#50175](https://github.com/frappe/erpnext/issues/50175)) ([0571ed0](https://github.com/frappe/erpnext/commit/0571ed07357951b58f21e1191ab310ed9193a91e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 11e1b63ba50..6984151d62d 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.83.2" +__version__ = "15.84.0" def get_default_company(user=None):