mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
chore(release): Bumped to Version 14.0.3
## [14.0.3](https://github.com/frappe/erpnext/compare/v14.0.2...v14.0.3) (2022-08-30) ### Bug Fixes * AD not getting copied from SCO while creating a SE (backport [#32004](https://github.com/frappe/erpnext/issues/32004)) ([#32007](https://github.com/frappe/erpnext/issues/32007)) ([cee867f](cee867f941)) * Add docstatus filter for voucher_no in Repost Item Valuation ([309da96](309da96442)) * add validation for PO in Stock Entry (backport [#31974](https://github.com/frappe/erpnext/issues/31974)) ([#31975](https://github.com/frappe/erpnext/issues/31975)) ([4d8ced6](4d8ced6c87)) * default supplier not set in the PP ([4cf9fb0](4cf9fb08e1)) * display amount in account currency if party is supplied ([15915d7](15915d7053)) * Explicitly commit "log_error" since its getting called during GET request (backport [#31952](https://github.com/frappe/erpnext/issues/31952)) ([#31953](https://github.com/frappe/erpnext/issues/31953)) ([362976f](362976fa42)) * gl entries for asset repair ([f0f7afa](f0f7afa669)) * lost quotation not to expired ([8717235](8717235a34)) * material request connection on work order ([193502c](193502ce03)) * **patch:** update sla doctype directly (backport [#32014](https://github.com/frappe/erpnext/issues/32014)) ([#32015](https://github.com/frappe/erpnext/issues/32015)) ([1b5a1cb](1b5a1cbaad)) * permissions for Task Type ([#32016](https://github.com/frappe/erpnext/issues/32016)) ([7ca1beb](7ca1beb15d)) * Purchase Order creation from Sales Order ([39ff0cc](39ff0cc6d8)) * Purposes not set ([94ebfa7](94ebfa765c)) * restrict party types to Supplier/Customer for AR/AP report ([c407d1e](c407d1e51a)) * Rounded total for cash and non trade discount invoices ([6c4fcd8](6c4fcd80c6)) * Route condition set for stock ledger (backport [#31935](https://github.com/frappe/erpnext/issues/31935)) ([#31945](https://github.com/frappe/erpnext/issues/31945)) ([a7d23ab](a7d23abc2f))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.0.2"
|
||||
__version__ = "14.0.3"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user