mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
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](3697e8f1f9)) * allow over-payment against SO ([#35079](https://github.com/frappe/erpnext/issues/35079)) ([fe9e0c2](fe9e0c2121)) * bad strings format for command get-untraslated ([#34361](https://github.com/frappe/erpnext/issues/34361)) ([5a54296](5a54296686)) * bad strings format for update-translations ([#34592](https://github.com/frappe/erpnext/issues/34592)) ([e3c1d73](e3c1d736ce)) * bom item filter issue ([098603d](098603dd35)) * cancelled vouchers in tax withheld vouchers list ([#35309](https://github.com/frappe/erpnext/issues/35309)) ([c41e1d7](c41e1d7d71)) * enqueue submit/cancel action for stock entry to avoid time out error ([457846e](457846e34c)) * force to do reposting for cancelled document ([6f96e5d](6f96e5dcd4)) * function `batch_no` should only be declared once ([#35115](https://github.com/frappe/erpnext/issues/35115)) ([26928b3](26928b395b)) * incorrect packing items ([ab56470](ab56470171)) * inventory dimension for inter company transfer return use case ([6d121b8](6d121b8107)) * inventory dimension for material transfer not working ([1d8050d](1d8050d24d)) * item list view not working ([d9efa66](d9efa662d4)) * port option for additional_conditions in item wise sales register ([#35187](https://github.com/frappe/erpnext/issues/35187)) ([42037f9](42037f9f73)) * recalculate costs in SCR while reposting ([9a8ee62](9a8ee62d5a)) * sales person allocated amount calculation error nonetype and float ([#35293](https://github.com/frappe/erpnext/issues/35293)) ([3a7c69f](3a7c69fc71)) * test case ([3f8928b](3f8928be5c)) * test case ([9b2b467](9b2b46737e)) * typo ([2772a91](2772a911ed)) * unable to create partial invoice with auto fetch terms enabled ([#35285](https://github.com/frappe/erpnext/issues/35285)) ([fa9fa97](fa9fa97e05)) * update workstation hour rate when workstation change in job card ([bc88415](bc88415e73)) * **UX:** misc "home" onboarding improvements (backport [#35319](https://github.com/frappe/erpnext/issues/35319)) ([#35321](https://github.com/frappe/erpnext/issues/35321)) ([f8c58b6](f8c58b6893)) * validate for active sla ([#32132](https://github.com/frappe/erpnext/issues/32132)) ([38e27a6](38e27a68d5)) ### 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](0e7840301f))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.24.1"
|
||||
__version__ = "14.24.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user