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](88f32f1d1b))
This commit is contained in:
Frappe PR Bot
2026-08-18 07:37:05 +00:00
parent 88f32f1d1b
commit 0526834071

View File

@@ -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):