From 11da4372e23f4607e17e33cb50e1f3e13e65680f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 19 Feb 2025 11:48:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.83.0 # [14.83.0](https://github.com/frappe/erpnext/compare/v14.82.2...v14.83.0) (2025-02-19) ### Bug Fixes * '0' rate LDC's Invoice net totals should be ignored (backport [#45639](https://github.com/frappe/erpnext/issues/45639)) ([#45783](https://github.com/frappe/erpnext/issues/45783)) ([534b25c](https://github.com/frappe/erpnext/commit/534b25c4485079ab4e725c296f31aa65ef9d8f6a)) * add is_new in if condition ([ef37388](https://github.com/frappe/erpnext/commit/ef37388993686243924b445e3d215d500762bdea)) * fetch child account data for selected parent ([#45904](https://github.com/frappe/erpnext/issues/45904)) ([e7d9786](https://github.com/frappe/erpnext/commit/e7d97865e50747d6a30ef956956ed4e6a909d80e)) * include missing payment_gateway parameter in Payment Request URL ([a344b8b](https://github.com/frappe/erpnext/commit/a344b8b9ae9de1828db42ee6343bb899914830e4)) * millisecond issue for posting datetime ([fc6f568](https://github.com/frappe/erpnext/commit/fc6f568a6c624d3c28e52011459e1215b7bb9017)) * on selection of batch qty is not fetching ([44a16bb](https://github.com/frappe/erpnext/commit/44a16bb544061b07778ae8e150e9fc575226e688)) * pos return validation on v14 ([#45859](https://github.com/frappe/erpnext/issues/45859)) ([84432fc](https://github.com/frappe/erpnext/commit/84432fc0353923bb54219a5ee3031030daaf6ac0)) * **report:** add options to multiselectlist fields ([aa0ada9](https://github.com/frappe/erpnext/commit/aa0ada9670936ec483eb03d9d584967452909253)) * **send_message:** escape HTML in the text ([703fd81](https://github.com/frappe/erpnext/commit/703fd816d1d54071f89d86fd3c041ac32fea6fa5)) * serial no is mandatory for zero qty validation ([6f6133f](https://github.com/frappe/erpnext/commit/6f6133f2e29cf6bb13fd60534e55fd5af940c6c0)) * set default value to 0 as per new logic ([4b16272](https://github.com/frappe/erpnext/commit/4b16272a018ef78c1842ca254411f4284f494bec)) * tests ([e515b91](https://github.com/frappe/erpnext/commit/e515b919885abbc4dec276a121019c9b8c421d48)) ### Features * added ability to use custom html format for process statement of accounts ([#45746](https://github.com/frappe/erpnext/issues/45746)) ([a0cd08e](https://github.com/frappe/erpnext/commit/a0cd08e9ea07d69df664bb152faf4dd5dfac50e3)) * added option to enforce free item qty in pricing rule ([2edf083](https://github.com/frappe/erpnext/commit/2edf083c3589a45c74d89f26138b23072d33bef0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8ab341dbcdf..05198789b16 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.82.2" +__version__ = "14.83.0" def get_default_company(user=None):