From 32abf67c807495e8da5d08079d2f8d1dc52c7cda Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 30 Aug 2022 09:24:00 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/cee867f94174622662d975d3a128b159c56128b1)) * Add docstatus filter for voucher_no in Repost Item Valuation ([309da96](https://github.com/frappe/erpnext/commit/309da9644273118cd4efd6f60b810acd60307394)) * 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](https://github.com/frappe/erpnext/commit/4d8ced6c87147d5e7591f97200629a6245cba824)) * default supplier not set in the PP ([4cf9fb0](https://github.com/frappe/erpnext/commit/4cf9fb08e19533f4d2a0674ab09ec045f49ec05b)) * display amount in account currency if party is supplied ([15915d7](https://github.com/frappe/erpnext/commit/15915d7053f9be87b888c5137c820a09cf37599a)) * 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](https://github.com/frappe/erpnext/commit/362976fa42439eb72dcf1f3efa451142b191a2d9)) * gl entries for asset repair ([f0f7afa](https://github.com/frappe/erpnext/commit/f0f7afa6699bbf61229970923ef0664b242b9fec)) * lost quotation not to expired ([8717235](https://github.com/frappe/erpnext/commit/8717235a34828a7335a6e2469b972d2d341bacce)) * material request connection on work order ([193502c](https://github.com/frappe/erpnext/commit/193502ce03c1fbff0c1b78f77d2c1dd23907375f)) * **patch:** update sla doctype directly (backport [#32014](https://github.com/frappe/erpnext/issues/32014)) ([#32015](https://github.com/frappe/erpnext/issues/32015)) ([1b5a1cb](https://github.com/frappe/erpnext/commit/1b5a1cbaad12e9aa825a7c39046836be0d8f08cd)) * permissions for Task Type ([#32016](https://github.com/frappe/erpnext/issues/32016)) ([7ca1beb](https://github.com/frappe/erpnext/commit/7ca1beb15d4fe1fd740ff4d304e394735d4bec37)) * Purchase Order creation from Sales Order ([39ff0cc](https://github.com/frappe/erpnext/commit/39ff0cc6d885ba31d1361a588fe9430cd009806e)) * Purposes not set ([94ebfa7](https://github.com/frappe/erpnext/commit/94ebfa765c38e8da2e351bb3e2a3154bffd3e655)) * restrict party types to Supplier/Customer for AR/AP report ([c407d1e](https://github.com/frappe/erpnext/commit/c407d1e51ac712dede5a67d4626c8054730b0787)) * Rounded total for cash and non trade discount invoices ([6c4fcd8](https://github.com/frappe/erpnext/commit/6c4fcd80c638a0407d9cfeac33ffe2666fb51dfb)) * Route condition set for stock ledger (backport [#31935](https://github.com/frappe/erpnext/issues/31935)) ([#31945](https://github.com/frappe/erpnext/issues/31945)) ([a7d23ab](https://github.com/frappe/erpnext/commit/a7d23abc2ff7aad33fbac13c8e101fdd3bf4cb00)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2bbbfdade07..e980e96fd33 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.0.2" +__version__ = "14.0.3" def get_default_company(user=None):