From 52d6b72a6b05fad1f663dab208c94ed023fee9a7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 May 2026 18:49:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.108.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [15.108.0](https://github.com/frappe/erpnext/compare/v15.107.0...v15.108.0) (2026-05-12) ### Bug Fixes * added permission validation for `deactivate_sales_person` (backport [#54884](https://github.com/frappe/erpnext/issues/54884)) ([#54885](https://github.com/frappe/erpnext/issues/54885)) ([9586bc7](https://github.com/frappe/erpnext/commit/9586bc763580367e3afd4a5b5448ea3e01b27d3d)) * correct payment request function call in si and so ([603700a](https://github.com/frappe/erpnext/commit/603700aa0e1a3834cb3eecfe36227d5a8ee76c33)) * **crm:** handle empty _assign in appointment auto assignment (backport [#54782](https://github.com/frappe/erpnext/issues/54782)) ([#54794](https://github.com/frappe/erpnext/issues/54794)) ([6eaf92a](https://github.com/frappe/erpnext/commit/6eaf92aae6802ea73bfb2867afcc5af754c01b2e)) * decimal issue ([a5ff2ba](https://github.com/frappe/erpnext/commit/a5ff2bafe05371e7c2287df65e33a8de6952646b)) * fetch get_item_tax_template while update items ([#54784](https://github.com/frappe/erpnext/issues/54784)) ([455bfcd](https://github.com/frappe/erpnext/commit/455bfcd7505bbe93a52b2afdf088502a740ca466)) * fetch hour rate from workstation when operation hour_rate is mis… ([#54820](https://github.com/frappe/erpnext/issues/54820)) ([d57ec6c](https://github.com/frappe/erpnext/commit/d57ec6c0949c4dc9ccbc2d757b254789311c9856)) * incorrect serial nos picked during disassemble (backport [#54757](https://github.com/frappe/erpnext/issues/54757)) ([#54759](https://github.com/frappe/erpnext/issues/54759)) ([1e2a719](https://github.com/frappe/erpnext/commit/1e2a7196e5c757284b4459b40c7774c0522c9f4c)) * incorrect validation thrown for drop shipped PI (backport [#54751](https://github.com/frappe/erpnext/issues/54751)) ([#54752](https://github.com/frappe/erpnext/issues/54752)) ([da95f83](https://github.com/frappe/erpnext/commit/da95f83686bdd84dc82418b8107af7571475928a)) * raw material should not have target warehouse in manufacture entry (backport [#54849](https://github.com/frappe/erpnext/issues/54849)) ([#54860](https://github.com/frappe/erpnext/issues/54860)) ([bad85ad](https://github.com/frappe/erpnext/commit/bad85ad01b1fdc955c86db600bd4e466602c830f)) * **stock:** apply filters for rejected warehouse in pick list (backport [#54733](https://github.com/frappe/erpnext/issues/54733)) ([#54775](https://github.com/frappe/erpnext/issues/54775)) ([e5a6b5b](https://github.com/frappe/erpnext/commit/e5a6b5b3a0da92ecf9d04b315babaf2134d31d16)) * **stock:** ignore reserved qty for stock levels in batch (backport [#54790](https://github.com/frappe/erpnext/issues/54790)) ([#54796](https://github.com/frappe/erpnext/issues/54796)) ([c3ac7aa](https://github.com/frappe/erpnext/commit/c3ac7aac66394a53b0f6a01de7a36a81652a32a1)) * **stock:** priorities pick list parent warehouse (backport [#54788](https://github.com/frappe/erpnext/issues/54788)) ([#54792](https://github.com/frappe/erpnext/issues/54792)) ([c3467cc](https://github.com/frappe/erpnext/commit/c3467cc169878eb1a81911e9b9cfac43283df918)) * **task:** update depends_on for closing date and review date [#54850](https://github.com/frappe/erpnext/issues/54850) (backport [#54852](https://github.com/frappe/erpnext/issues/54852)) ([#54862](https://github.com/frappe/erpnext/issues/54862)) ([213342a](https://github.com/frappe/erpnext/commit/213342a37c9bdc7e048116e6769186188f27e7e2)) * validate variant values (backport [#54831](https://github.com/frappe/erpnext/issues/54831)) ([#54838](https://github.com/frappe/erpnext/issues/54838)) ([910fe9e](https://github.com/frappe/erpnext/commit/910fe9ef559754a029aaf4a47553b09992a9b7f2)) ### Features * Philippines chart of account (backport [#53918](https://github.com/frappe/erpnext/issues/53918)) ([#54887](https://github.com/frappe/erpnext/issues/54887)) ([e9cfb04](https://github.com/frappe/erpnext/commit/e9cfb046a1573077b89d8e087ddc5e82725f93a0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 48946409dee..2d17bd2f24e 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.107.0" +__version__ = "15.108.0" def get_default_company(user=None):