From b12bd5f558a00a178b57da485b9f3aac7e5d9487 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 19 Apr 2023 01:36:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.22.0 # [14.22.0](https://github.com/frappe/erpnext/compare/v14.21.0...v14.22.0) (2023-04-19) ### Bug Fixes * Add offers info to website item ([#34873](https://github.com/frappe/erpnext/issues/34873)) ([f1a1fc6](https://github.com/frappe/erpnext/commit/f1a1fc6c5bb6fde45167d490efee36bca4d3856c)) * Advance payment against payment terms ([#34872](https://github.com/frappe/erpnext/issues/34872)) ([7461239](https://github.com/frappe/erpnext/commit/74612392183623a9c234e49066f8d8b7873d6c62)) * change discuss forum url ([#34891](https://github.com/frappe/erpnext/issues/34891)) ([8f26d62](https://github.com/frappe/erpnext/commit/8f26d62b35a8c1f65cb6bc810b2386e043c710f1)) * don't show disabled warehouses in the Warehouse Wise Stock Balance report ([461780d](https://github.com/frappe/erpnext/commit/461780da222ce2bf9c22a8279fab2da8df7b59fe)) * Don't use stale item details ([#34847](https://github.com/frappe/erpnext/issues/34847)) ([c11aeba](https://github.com/frappe/erpnext/commit/c11aebaaae7edb910d29309cb7d1a9bbc63842ee)) * for Tree Type item and item group show net amount ([#31776](https://github.com/frappe/erpnext/issues/31776)) ([7c8194a](https://github.com/frappe/erpnext/commit/7c8194a1a86283e52b60923143ac883f880043d1)) * linters issues ([c53dc06](https://github.com/frappe/erpnext/commit/c53dc06f80cd86fcaa7c92dc8de42526f6b6c6c4)) * Remove unnecessary checkbox from Accounts doctype ([#34821](https://github.com/frappe/erpnext/issues/34821)) ([0cf6144](https://github.com/frappe/erpnext/commit/0cf6144b3f6e66ad160e29759aed666225f79af0)) * selling workspace is not migrating properly ([79fd38c](https://github.com/frappe/erpnext/commit/79fd38cf3fbd5dd91c6b0080b3e3420407df7987)) * stock reco test case ([2f356dc](https://github.com/frappe/erpnext/commit/2f356dcc6cbb74660f95efdd40d3d1ba401e30b5)) * too many writes error while making backdated stock reconciliation ([a981b79](https://github.com/frappe/erpnext/commit/a981b79865c6ccd0938692a6a133e00cd0bc52e7)) * unable to change `company` for manual `Serial No` entry ([2e7043c](https://github.com/frappe/erpnext/commit/2e7043ca9087dc386303c00f1064508afe28f0d6)) * **ux:** don't throw error when company defaults aren't set ([#34825](https://github.com/frappe/erpnext/issues/34825)) ([15f5e8d](https://github.com/frappe/erpnext/commit/15f5e8d4ffba5ea76470c1c3c371ddf1c569a711)) * whitelist doc method ([09b92fd](https://github.com/frappe/erpnext/commit/09b92fd78c3b321ae848f0c5c0b4f2c3b8552570)) ### Features * add german sales tax template ([#34823](https://github.com/frappe/erpnext/issues/34823)) ([3738ea5](https://github.com/frappe/erpnext/commit/3738ea5794dd5e56bc18237dc4b4afeb482dcf85)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6e0406bea63..52fcc56b487 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.21.0" +__version__ = "14.22.0" def get_default_company(user=None):