Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.25.0
Browse files Browse the repository at this point in the history
# [14.25.0](v14.24.3...v14.25.0) (2023-05-24)

### Bug Fixes

* consider 0 if rate/qty are null (backport [#35338](#35338)) ([#35340](#35340)) ([15c1af3](15c1af3))
* Creating landed cost voucher from connections ([2631224](2631224))
* depreciation schedule for existing assets [v14] ([#35255](#35255)) ([0a080ef](0a080ef))
* don't recalculate rate for SCR rejected warehouse SLE ([633a170](633a170))
* error while saving job card ([fb7d3b7](fb7d3b7))
* incorrect depr schedule and posting dates on selling of existing assets [v14] ([#35396](#35396)) ([8af6a11](8af6a11))
* Pick List Status ([4888436](4888436))
* Pick List TypeError ([6df9b53](6df9b53))
* possible type error on quotation -> sales order creation ([d23b93a](d23b93a))
* replace quotation with invoice in first onboarding (backport [#35389](#35389)) ([#35394](#35394)) ([9b9772e](9b9772e))
* tds incorrectly calculated for invoice that are below threshold ([bdf81a4](bdf81a4))
* **test:** cumulative threshold checks ([879946e](879946e))
* use flt instead of mandatory field ([668b092](668b092))
* **ux:** SCR consumed-qty read-only property ([aa7fede](aa7fede))

### Features

* provision to make reposting entries from Stock and Account Value Comparison Report ([3a0cdf3](3a0cdf3))
* provision to skip available sub assembly items in the production plan ([ce601af](ce601af))
  • Loading branch information
frappe-bot committed May 24, 2023
1 parent e586c07 commit cd3991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.24.3"
__version__ = "14.25.0"


def get_default_company(user=None):
Expand Down

0 comments on commit cd3991d

Please sign in to comment.