Skip to content

Commit 94900cb

Browse files
committed
chore(release): Bumped to Version 15.101.3
## [15.101.3](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](#53636)) ([65d8a17](65d8a17))
1 parent c1be262 commit 94900cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import frappe
55
from frappe.utils.user import is_website_user
66

7-
__version__ = "15.101.2"
7+
__version__ = "15.101.3"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)