From 0526834071315bbbd6b1ae52511c0b4659f17395 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 18 Aug 2026 07:37:05 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.119.3 ## [15.119.3](https://github.com/frappe/erpnext/compare/v15.119.2...v15.119.3) (2026-08-18) ### Bug Fixes * get items from sales order in sales invoice (backport [#58163](https://github.com/frappe/erpnext/issues/58163)) (backport [#58187](https://github.com/frappe/erpnext/issues/58187)) ([#58259](https://github.com/frappe/erpnext/issues/58259)) ([88f32f1](https://github.com/frappe/erpnext/commit/88f32f1d1b5fcc2fc14f54d027f27c2cb8652470)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4b6f1916455..4721f1dc747 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.119.2" +__version__ = "15.119.3" def get_default_company(user=None):