From 7076c23a4f9f110d9a1e2513a04febe2fffcd383 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 16 May 2023 17:00:00 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.24.2 ## [14.24.2](https://github.com/frappe/erpnext/compare/v14.24.1...v14.24.2) (2023-05-16) ### Bug Fixes * add missing options for `Content Align` ([3697e8f](https://github.com/frappe/erpnext/commit/3697e8f1f9d2f17672cf83109f4b41b040c2d38b)) * allow over-payment against SO ([#35079](https://github.com/frappe/erpnext/issues/35079)) ([fe9e0c2](https://github.com/frappe/erpnext/commit/fe9e0c2121d869546d0315adcacd62ed52223543)) * bad strings format for command get-untraslated ([#34361](https://github.com/frappe/erpnext/issues/34361)) ([5a54296](https://github.com/frappe/erpnext/commit/5a542966868249165012ccd7985120d71b949a07)) * bad strings format for update-translations ([#34592](https://github.com/frappe/erpnext/issues/34592)) ([e3c1d73](https://github.com/frappe/erpnext/commit/e3c1d736ce6da0d2149dea26051980c06311128c)) * bom item filter issue ([098603d](https://github.com/frappe/erpnext/commit/098603dd35ed571bf1cfa27633657e2a986dbb4a)) * cancelled vouchers in tax withheld vouchers list ([#35309](https://github.com/frappe/erpnext/issues/35309)) ([c41e1d7](https://github.com/frappe/erpnext/commit/c41e1d7d71a005c894fd737fe6a6a777c879a497)) * enqueue submit/cancel action for stock entry to avoid time out error ([457846e](https://github.com/frappe/erpnext/commit/457846e34c472bad2ae1cc1e728c570241c23ed9)) * force to do reposting for cancelled document ([6f96e5d](https://github.com/frappe/erpnext/commit/6f96e5dcd4d066c722bb02b350cb2ddfb8c58770)) * function `batch_no` should only be declared once ([#35115](https://github.com/frappe/erpnext/issues/35115)) ([26928b3](https://github.com/frappe/erpnext/commit/26928b395bc25f2733ecdc49ce21939cf9d172de)) * incorrect packing items ([ab56470](https://github.com/frappe/erpnext/commit/ab564701711657698e56e5480bb9eb0c698dffdf)) * inventory dimension for inter company transfer return use case ([6d121b8](https://github.com/frappe/erpnext/commit/6d121b8107a80c48738dd4d864f9f72f91974457)) * inventory dimension for material transfer not working ([1d8050d](https://github.com/frappe/erpnext/commit/1d8050d24d04ac8f688c788056af32313db07fec)) * item list view not working ([d9efa66](https://github.com/frappe/erpnext/commit/d9efa662d47f340b3070486688c621194c62840d)) * port option for additional_conditions in item wise sales register ([#35187](https://github.com/frappe/erpnext/issues/35187)) ([42037f9](https://github.com/frappe/erpnext/commit/42037f9f739135505eab3eb3668abef3b3d8e3eb)) * recalculate costs in SCR while reposting ([9a8ee62](https://github.com/frappe/erpnext/commit/9a8ee62d5ac2bd5bd874e5296751128c5cc83cca)) * sales person allocated amount calculation error nonetype and float ([#35293](https://github.com/frappe/erpnext/issues/35293)) ([3a7c69f](https://github.com/frappe/erpnext/commit/3a7c69fc71548f2bc6d9e853e1228c6d6b490aba)) * test case ([3f8928b](https://github.com/frappe/erpnext/commit/3f8928be5cca77b6a4cc95464623cf2989ef463a)) * test case ([9b2b467](https://github.com/frappe/erpnext/commit/9b2b46737e6b105b45b938d54f0e9a4406503425)) * typo ([2772a91](https://github.com/frappe/erpnext/commit/2772a911ed98b6c7e2b9e2b3203a775ebeac6ff6)) * unable to create partial invoice with auto fetch terms enabled ([#35285](https://github.com/frappe/erpnext/issues/35285)) ([fa9fa97](https://github.com/frappe/erpnext/commit/fa9fa97e05e66dbe3996515ffe70d615d6a49706)) * update workstation hour rate when workstation change in job card ([bc88415](https://github.com/frappe/erpnext/commit/bc88415e73d24ed96c90cfc50c51741b2ac2cfe6)) * **UX:** misc "home" onboarding improvements (backport [#35319](https://github.com/frappe/erpnext/issues/35319)) ([#35321](https://github.com/frappe/erpnext/issues/35321)) ([f8c58b6](https://github.com/frappe/erpnext/commit/f8c58b6893ef9b747ffd510ab16bd03666f5f472)) * validate for active sla ([#32132](https://github.com/frappe/erpnext/issues/32132)) ([38e27a6](https://github.com/frappe/erpnext/commit/38e27a68d597e9c3cdf4124cb2b53645eb11f53e)) ### Performance Improvements * cache and simplify queries for holiday list (backport [#35315](https://github.com/frappe/erpnext/issues/35315)) ([#35318](https://github.com/frappe/erpnext/issues/35318)) ([0e78403](https://github.com/frappe/erpnext/commit/0e7840301f459005e0003b24578d93df9d45fcb8)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 30029002af1..a14b6f2e505 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.24.1" +__version__ = "14.24.2" def get_default_company(user=None):