From 08cabd1717a0a08875edc94e9c48e104465336c9 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 17 Oct 2024 16:05:56 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.38.4 ## [15.38.4](https://github.com/frappe/erpnext/compare/v15.38.3...v15.38.4) (2024-10-17) ### Bug Fixes * list view and form status not same for purchase order (backport [#43690](https://github.com/frappe/erpnext/issues/43690)) ([#43692](https://github.com/frappe/erpnext/issues/43692)) ([752d175](https://github.com/frappe/erpnext/commit/752d175d22db3bb3c38b0ee68622640d1597bc29)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index df1511b8847..e28b6e9bb91 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.38.3" +__version__ = "15.38.4" def get_default_company(user=None):