From 94900cb8b8b3631c73864c4d6e9d889f28127c53 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 19 Mar 2026 10:07:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.101.3 ## [15.101.3](https://github.com/frappe/erpnext/compare/v15.101.2...v15.101.3) (2026-03-19) ### Bug Fixes * **sales_invoice:** using `msgprint` and removed condition checking for `is_created_using_pos` to refetch payment methods ([#53636](https://github.com/frappe/erpnext/issues/53636)) ([65d8a17](https://github.com/frappe/erpnext/commit/65d8a176a668691cdae5e0b9dd14140b3ddc477d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 679e508b8ff..be8ba7c6c4b 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.101.2" +__version__ = "15.101.3" def get_default_company(user=None):