From 375b48699f12e5a8e70f16394eff51386d38abf1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 18 Dec 2024 05:32:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.46.0 # [15.46.0](https://github.com/frappe/erpnext/compare/v15.45.5...v15.46.0) (2024-12-18) ### Bug Fixes * add doc.status to translation from POS ([0ba6e60](https://github.com/frappe/erpnext/commit/0ba6e60608b2f00d3ab68b6c837994f17e7df8d0)) * allow all dispatch address for drop ship invoice ([db3a87c](https://github.com/frappe/erpnext/commit/db3a87c837bbccab59e3cc30e132aaa5b72bc66b)) * broken CI ([78d7d71](https://github.com/frappe/erpnext/commit/78d7d7148f2443e48b4feb088c70522f62b6040f)) * delink SABB from cancelled SLEs (backport [#44691](https://github.com/frappe/erpnext/issues/44691)) ([#44719](https://github.com/frappe/erpnext/issues/44719)) ([8940747](https://github.com/frappe/erpnext/commit/8940747161ca368e8ebab8f0eae199a70f09c3cf)) * duplicate Use Multi-Level BOM checkbox ([#44757](https://github.com/frappe/erpnext/issues/44757)) ([3ac801c](https://github.com/frappe/erpnext/commit/3ac801c884f93b1008adc126e31f73d6820575b1)) * handle zero salvage value case ([632a45d](https://github.com/frappe/erpnext/commit/632a45d82e60ba4179d8f6c9a36e511e97de9193)) * make rate of depreciation mandatory ([ed42ed0](https://github.com/frappe/erpnext/commit/ed42ed04d262a492291a4720a8af6a32661f993e)) * pos invoice return reference missing (backport [#44720](https://github.com/frappe/erpnext/issues/44720)) ([#44729](https://github.com/frappe/erpnext/issues/44729)) ([8aec131](https://github.com/frappe/erpnext/commit/8aec13115c28c5e28679f69ad2cb9ceae3d09cd6)) * purchase return entry issue (backport [#44721](https://github.com/frappe/erpnext/issues/44721)) ([#44737](https://github.com/frappe/erpnext/issues/44737)) ([8ba7424](https://github.com/frappe/erpnext/commit/8ba7424996136209c32b60593219e33fa330e8f7)) * remove invalid filter in Account Receivable report ([fdfbb57](https://github.com/frappe/erpnext/commit/fdfbb577794fa6af0d3b148555d4d518632f72b9)) * set company bank account if default account not set in mode of payment ([a8f7393](https://github.com/frappe/erpnext/commit/a8f739370610c21e8643526eb14c8055dbe0563a)) * switched asset terminology from cost to value ([47c7356](https://github.com/frappe/erpnext/commit/47c7356b38447ec70391cb329a972deedbfee0bf)) * unsupported operand type (backport [#44722](https://github.com/frappe/erpnext/issues/44722)) ([#44723](https://github.com/frappe/erpnext/issues/44723)) ([158a480](https://github.com/frappe/erpnext/commit/158a4803ca2d0645387fc1b1b9040352b2328e9f)) * update cc_to multiselect in process statement of accounts ([df9bc33](https://github.com/frappe/erpnext/commit/df9bc33f34c67ee0200be5e29bb99da09dab34ff)) * update discount when pricing rule is changed ([f1a5000](https://github.com/frappe/erpnext/commit/f1a5000872d0a3dc79f271afbe7a4d045282635f)) * User permissions in financial statements ([83aeb2e](https://github.com/frappe/erpnext/commit/83aeb2e4754700467508533a7d4d736dbdfe489a)) * using query.walk() for escaping ([40a8ed8](https://github.com/frappe/erpnext/commit/40a8ed85711f86e95f8d5eca23ca6d3a77c74084)) * Wrong allocated_amount for sales_team in gross_profit report ([#42989](https://github.com/frappe/erpnext/issues/42989)) ([328b9e7](https://github.com/frappe/erpnext/commit/328b9e7d9e59b1f7e188d7ad211158806022372d)) ### Features * change type link to multiselect ([7665eac](https://github.com/frappe/erpnext/commit/7665eac277a1128eb686f97d3038fdd5d27c1063)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 679554abb55..ba7c7f49afb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.45.5" +__version__ = "15.46.0" def get_default_company(user=None):