From 9766827a08332c75e3d5bdeef2c057ea17119526 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 21 Feb 2023 17:21:05 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.47.0 # [13.47.0](https://github.com/frappe/erpnext/compare/v13.46.1...v13.47.0) (2023-02-21) ### Bug Fixes * add missing import ([8add12d](https://github.com/frappe/erpnext/commit/8add12d5686235781dc4eb8631c786acc51a0916)) * Amount for debit and credit notes with 0 qty line items (backport [#33902](https://github.com/frappe/erpnext/issues/33902)) ([#34123](https://github.com/frappe/erpnext/issues/34123)) ([2408966](https://github.com/frappe/erpnext/commit/2408966090d2b341053e2247c481d4f08d05a77e)) * asset repair status after deletion and asset status after manual depr entry ([922b30a](https://github.com/frappe/erpnext/commit/922b30a5663e9ac74619ece488844b32397fb792)) * asset_depreciation_and_balances report doesn't reflect manual depr entries ([6227c16](https://github.com/frappe/erpnext/commit/6227c16374587975371179cb2ee202a0691b06eb)) * check for duplicate in pos closing and pos merge log entry ([92da1ed](https://github.com/frappe/erpnext/commit/92da1ed3c27e78784fe1e383690510dee4c72d38)) * don't get chart data if data is empty ([acdf7fd](https://github.com/frappe/erpnext/commit/acdf7fd8dfd4e69abda2405394f414740777a761)) * **ecommerce:** throw invalid doctype error in shop by category ([#33901](https://github.com/frappe/erpnext/issues/33901)) ([de87786](https://github.com/frappe/erpnext/commit/de87786db4f742c807edc84a586e467895bd827b)) * Filters in item-wise sales history report ([#34145](https://github.com/frappe/erpnext/issues/34145)) ([9826245](https://github.com/frappe/erpnext/commit/9826245d8a8428c095f89f0e553bc0cf23d405d5)) * fiscal year error for existing assets in fixed asset register ([1fb3a28](https://github.com/frappe/erpnext/commit/1fb3a281288b9e84caacbfcad53e346507783185)) * opening_accumulated_depreciation and precision in charts ([4f10f48](https://github.com/frappe/erpnext/commit/4f10f48f7c39c5896f1adab60bcf39aacfd41509)) * should never get cutomer price on purchase document ([#34002](https://github.com/frappe/erpnext/issues/34002)) ([117dbe3](https://github.com/frappe/erpnext/commit/117dbe38c45bc56d6972fa6f6f2613367e8e4825)), closes [#33998](https://github.com/frappe/erpnext/issues/33998) * update `reserved_qty` when `Sales Order` marked as `Hold` ([2391c37](https://github.com/frappe/erpnext/commit/2391c37238b55e02afb31c4800fe419825ca0440)) * Use normal rounding for Tax Withholding Category ([#34114](https://github.com/frappe/erpnext/issues/34114)) ([26ed460](https://github.com/frappe/erpnext/commit/26ed460a4f0c21d7651f01d541c0cef8d1dcba4d)) * **ux:** `ReferenceError: me is not defined` Delivery Note ([495d1b2](https://github.com/frappe/erpnext/commit/495d1b2548f233d0b97fc287118ce49d861d61a8)) ### Features * **UX:** Add option to disable consolidating leave types in balance reports ([ccd2568](https://github.com/frappe/erpnext/commit/ccd25684f9b7a3e47269a5437da4918058cd2b5b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3fcfb346186..18d0c66175f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.46.1" +__version__ = "13.47.0" def get_default_company(user=None):