From b6902ef960fe9ed7518711a176b35108933248e7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 21 Apr 2026 19:53:50 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.105.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [15.105.0](https://github.com/frappe/erpnext/compare/v15.104.3...v15.105.0) (2026-04-21) ### Bug Fixes * add portal user ownership check to supplier quotation (backport [#54298](https://github.com/frappe/erpnext/issues/54298)) ([#54299](https://github.com/frappe/erpnext/issues/54299)) ([1e4cafa](https://github.com/frappe/erpnext/commit/1e4cafaa0e0220c5346fbeddcc340999eef89b47)) * changed qty validation from qty field to stock_qty (backport [#54352](https://github.com/frappe/erpnext/issues/54352)) ([#54356](https://github.com/frappe/erpnext/issues/54356)) ([1ccbc9f](https://github.com/frappe/erpnext/commit/1ccbc9f621d8e67cdd3217dd36dd8b226604be06)) * clear conditions table when calculate_based_on is set to Fixed ([35bd437](https://github.com/frappe/erpnext/commit/35bd43775cc49ec64f6d276991f549c516082697)) * clear shipping rule conditions for fixed shipping rule ([9e10ecc](https://github.com/frappe/erpnext/commit/9e10ecc4cb0530ee3ab19e7999c404a1d3c6a01f)) * **dashboard-trends:** set default fiscal year and company before val… (backport [#54339](https://github.com/frappe/erpnext/issues/54339)) ([#54399](https://github.com/frappe/erpnext/issues/54399)) ([799f897](https://github.com/frappe/erpnext/commit/799f89703636bc554e0dab98e8fc42de71e83267)) * fetch item tax template from item group when creating item ([#54405](https://github.com/frappe/erpnext/issues/54405)) ([ffa0268](https://github.com/frappe/erpnext/commit/ffa0268a578eaec41ef748fad8fb5caa49dd6593)) * move make_dimension_in_accounting_doctypes from after_insert to on_update (backport [#54172](https://github.com/frappe/erpnext/issues/54172)) ([#54317](https://github.com/frappe/erpnext/issues/54317)) ([d9d8fc6](https://github.com/frappe/erpnext/commit/d9d8fc69126b5e6295191ab84d3646611b6390b7)) * negative batch report showing same batch-warehouse multiple times ([3229fce](https://github.com/frappe/erpnext/commit/3229fce9a508d73d1c3d31171a51c08ddebc082c)) * non-collapsible in customer quick entry ([9ee0594](https://github.com/frappe/erpnext/commit/9ee059465ada595e5d132e372a1b2fa4d9ad166d)) * **pos_invoice_item:** fetch `grant_commission` from `item_code` (backport [#54413](https://github.com/frappe/erpnext/issues/54413)) ([#54417](https://github.com/frappe/erpnext/issues/54417)) ([813f464](https://github.com/frappe/erpnext/commit/813f4644a05b4a23b4a1520d0043f415e78dfb95)) * reset base_rounded_total when rounded_total resets (backport [#54241](https://github.com/frappe/erpnext/issues/54241)) ([#54303](https://github.com/frappe/erpnext/issues/54303)) ([28367ac](https://github.com/frappe/erpnext/commit/28367ac966bd12ea55327f91eede7f03d8c409ec)) * **vat audit report:** fallback to item name when item code is missing ([#54049](https://github.com/frappe/erpnext/issues/54049)) ([2c1ea8d](https://github.com/frappe/erpnext/commit/2c1ea8d30c1fe4fed81086b3f77eeafc7b2d1bf0)) ### Features * enhance tax withholding details report with additional columns support (backport [#54409](https://github.com/frappe/erpnext/issues/54409)) ([#54432](https://github.com/frappe/erpnext/issues/54432)) ([e223260](https://github.com/frappe/erpnext/commit/e22326065d0e20fe87baed0929e4643f85ae4347)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d6b46883380..7dec964ad9b 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.104.3" +__version__ = "15.105.0" def get_default_company(user=None):