From f109303f85a9b9f938a874b03eaacb10bfb6bea6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Feb 2025 12:08:02 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.82.2 ## [14.82.2](https://github.com/frappe/erpnext/compare/v14.82.1...v14.82.2) (2025-02-12) ### Bug Fixes * add total row in non_grouped_invoices ([49074aa](https://github.com/frappe/erpnext/commit/49074aa2faa766f12a1f6cec7bfb6c7eedab81d5)) * correct amt in account currency for lcv with manually distributed charges. (backport [#45532](https://github.com/frappe/erpnext/issues/45532)) ([#45863](https://github.com/frappe/erpnext/issues/45863)) ([c61e4e2](https://github.com/frappe/erpnext/commit/c61e4e2ddfd9e32f9433fd65d076e2b2bce8288e)) * do not allow "Finance Book" in Accounting Dimensions (backport [#45696](https://github.com/frappe/erpnext/issues/45696)) ([#45855](https://github.com/frappe/erpnext/issues/45855)) ([08ba775](https://github.com/frappe/erpnext/commit/08ba77538b89f79316623ae1f6f0446acd2cc40b)) * do not validate party against Receivable and Payable account for cancelled gl entries ([9f79da0](https://github.com/frappe/erpnext/commit/9f79da0015cf4b0435104a0dfc5273f84688b9c5)) * map project from rfq to supplier quotation (backport [#45745](https://github.com/frappe/erpnext/issues/45745)) ([#45827](https://github.com/frappe/erpnext/issues/45827)) ([c4358c0](https://github.com/frappe/erpnext/commit/c4358c049a1a5be99018723316d92646b2856197)) * Party name in Supplier Portal for Purchase Order (backport [#45772](https://github.com/frappe/erpnext/issues/45772)) ([#45857](https://github.com/frappe/erpnext/issues/45857)) ([46eba50](https://github.com/frappe/erpnext/commit/46eba50c8cbb1cee03d118c09e44a6be3a7e13bb)) * pos numpad editable action buttons (backport [#45823](https://github.com/frappe/erpnext/issues/45823)) ([#45825](https://github.com/frappe/erpnext/issues/45825)) ([6b9dad7](https://github.com/frappe/erpnext/commit/6b9dad7768a8f1878e4353451821a91fd2e5cb70)) * **regional:** removed payment schedule validation in sales invoice for italy (backport [#45852](https://github.com/frappe/erpnext/issues/45852)) ([#45853](https://github.com/frappe/erpnext/issues/45853)) ([de14bf1](https://github.com/frappe/erpnext/commit/de14bf1010d92756c73d6c142fe2ab19663793de)) * skip warning for free items ([2ed3bdc](https://github.com/frappe/erpnext/commit/2ed3bdcc2e3b9deabd9de5b01b539213c7bf62d1)) * unable to remove image from employee ([91caca0](https://github.com/frappe/erpnext/commit/91caca05bbf7347011fb68a89708c280b97b0a8e)) * update ctx to args ([573ce64](https://github.com/frappe/erpnext/commit/573ce645b2e89c2c1dc98f74477114674fe3981c)) ### Performance Improvements * Ignore is_opening column in GL Queries ([#45327](https://github.com/frappe/erpnext/issues/45327)) ([9985a03](https://github.com/frappe/erpnext/commit/9985a03f392d36a20faabcfcfb764184484f42ec)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 41150ecaaf3..8ab341dbcdf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.82.1" +__version__ = "14.82.2" def get_default_company(user=None):