mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
chore(release): Bumped to Version 14.25.0
# [14.25.0](https://github.com/frappe/erpnext/compare/v14.24.3...v14.25.0) (2023-05-24) ### Bug Fixes * consider 0 if rate/qty are null (backport [#35338](https://github.com/frappe/erpnext/issues/35338)) ([#35340](https://github.com/frappe/erpnext/issues/35340)) ([15c1af3](15c1af3d8a)) * Creating landed cost voucher from connections ([2631224](2631224e49)) * depreciation schedule for existing assets [v14] ([#35255](https://github.com/frappe/erpnext/issues/35255)) ([0a080ef](0a080efce2)) * don't recalculate rate for SCR rejected warehouse SLE ([633a170](633a1703dc)) * error while saving job card ([fb7d3b7](fb7d3b7878)) * incorrect depr schedule and posting dates on selling of existing assets [v14] ([#35396](https://github.com/frappe/erpnext/issues/35396)) ([8af6a11](8af6a113d1)) * Pick List Status ([4888436](48884366ea)) * Pick List TypeError ([6df9b53](6df9b53682)) * possible type error on quotation -> sales order creation ([d23b93a](d23b93a462)) * replace quotation with invoice in first onboarding (backport [#35389](https://github.com/frappe/erpnext/issues/35389)) ([#35394](https://github.com/frappe/erpnext/issues/35394)) ([9b9772e](9b9772eb14)) * tds incorrectly calculated for invoice that are below threshold ([bdf81a4](bdf81a43c6)) * **test:** cumulative threshold checks ([879946e](879946e2c8)) * use flt instead of mandatory field ([668b092](668b092f6b)) * **ux:** SCR consumed-qty read-only property ([aa7fede](aa7fede0dc)) ### Features * provision to make reposting entries from Stock and Account Value Comparison Report ([3a0cdf3](3a0cdf30ce)) * provision to skip available sub assembly items in the production plan ([ce601af](ce601afc4e))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.24.3"
|
||||
__version__ = "14.25.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user