From e509664d4fa9b16ccd8affdded185ce517772885 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 10 May 2023 05:40:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.24.0 # [14.24.0](https://github.com/frappe/erpnext/compare/v14.23.4...v14.24.0) (2023-05-10) ### Bug Fixes * added search index to improve performance ([362003e](https://github.com/frappe/erpnext/commit/362003ec5fcd449f0f2cdda42e84d312e76cabb3)) * broken save on empty row existance ([c0f9ff4](https://github.com/frappe/erpnext/commit/c0f9ff4995864ad344c2a9f72586e435475367e8)) * bypass flag in Customer Group wasn't effective ([c73b76f](https://github.com/frappe/erpnext/commit/c73b76fdb63130a2e6445c5462dc0971506f4abf)) * Changed type of column 'serial_no' in Stock Reconciliation to fix Data too long error ([709f94c](https://github.com/frappe/erpnext/commit/709f94c8d3dc08b58b7e1a05c0a4b34f2f2b1a0d)) * child acc will inherit acc currency if explicitly specified ([72255fa](https://github.com/frappe/erpnext/commit/72255fae8047c9eb321224ae33bf54458fb7b0d1)) * enabling lead even after "Opportunity" created against it ([#34627](https://github.com/frappe/erpnext/issues/34627)) ([5e98679](https://github.com/frappe/erpnext/commit/5e98679f918618dd5bb31f432fc260f78c6409b9)) * error regarding accepted and supplier warehouse ([42f5888](https://github.com/frappe/erpnext/commit/42f5888426f49bb6f3b9f8e12e3539f3d03e50ec)) * fetch default sales team on Quotation -> Sales Order creation ([f42225b](https://github.com/frappe/erpnext/commit/f42225bc822a30dde2d4f114fb28a149cf595b99)) * handle empty FBs properly in TB and GL [v14] ([#35189](https://github.com/frappe/erpnext/issues/35189)) ([ed5f39c](https://github.com/frappe/erpnext/commit/ed5f39c2c2f7cb960e0cccac80b252cdce1077cf)) * incorrect fg item quantity in subcontracted PO ([5c38645](https://github.com/frappe/erpnext/commit/5c38645560281b47fd86f2e8efe3873ac6f44b12)) * internal transfer condition ([f5f4902](https://github.com/frappe/erpnext/commit/f5f49024945940988fedbb52a07b18d4a3952fef)) * non manufacturing items/fixed asset items in BOM ([8133be4](https://github.com/frappe/erpnext/commit/8133be4868079d410bb57ebbc5507a68c696b750)) * not allow to transfer excess materials against the job card ([b0c042d](https://github.com/frappe/erpnext/commit/b0c042de1b78e09344c67530306220bac7b82faa)) * over production percentage not considered in validation ([bf6e1b6](https://github.com/frappe/erpnext/commit/bf6e1b67a5870af7cf7881f409b1dd35b0f4e7f7)) * pick the in progress reposting entries first ([545f956](https://github.com/frappe/erpnext/commit/545f95616071b6865b69ddcecdceae5dba7dd03e)) ### Features * configuration to notify reposting errors to specific role ([33cd14f](https://github.com/frappe/erpnext/commit/33cd14f859dfd8959048aac59adb9fdffdd216b8)) * reserve qty against production plan raw materials in BIN ([d1a9117](https://github.com/frappe/erpnext/commit/d1a91177e551850a65aaa846fec58527e87b68a9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d61288be98f..1cfb81bc5b4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.23.4" +__version__ = "14.24.0" def get_default_company(user=None):