Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.0.3
Browse files Browse the repository at this point in the history
## [14.0.3](v14.0.2...v14.0.3) (2022-08-30)

### Bug Fixes

* AD not getting copied from SCO while creating a SE (backport [#32004](#32004)) ([#32007](#32007)) ([cee867f](cee867f))
* Add docstatus filter for voucher_no in Repost Item Valuation ([309da96](309da96))
* add validation for PO in Stock Entry (backport [#31974](#31974)) ([#31975](#31975)) ([4d8ced6](4d8ced6))
* default supplier not set in the PP ([4cf9fb0](4cf9fb0))
* display amount in account currency if party is supplied ([15915d7](15915d7))
* Explicitly commit "log_error" since its getting called during GET request (backport [#31952](#31952)) ([#31953](#31953)) ([362976f](362976f))
* gl entries for asset repair ([f0f7afa](f0f7afa))
* lost quotation not to expired ([8717235](8717235))
* material request connection on work order ([193502c](193502c))
* **patch:** update sla doctype directly (backport [#32014](#32014)) ([#32015](#32015)) ([1b5a1cb](1b5a1cb))
* permissions for Task Type ([#32016](#32016)) ([7ca1beb](7ca1beb))
* Purchase Order creation from Sales Order ([39ff0cc](39ff0cc))
* Purposes not set ([94ebfa7](94ebfa7))
* restrict party types to Supplier/Customer for AR/AP report ([c407d1e](c407d1e))
* Rounded total for cash and non trade discount invoices ([6c4fcd8](6c4fcd8))
* Route condition set for stock ledger (backport [#31935](#31935)) ([#31945](#31945)) ([a7d23ab](a7d23ab))
  • Loading branch information
frappe-bot committed Aug 30, 2022
1 parent 52b42e9 commit 32abf67
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 @@ -2,7 +2,7 @@

import frappe

__version__ = "14.0.2"
__version__ = "14.0.3"


def get_default_company(user=None):
Expand Down

0 comments on commit 32abf67

Please sign in to comment.