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](65d8a176a6))
This commit is contained in:
Frappe PR Bot
2026-03-19 10:07:46 +00:00
parent c1be262357
commit 94900cb8b8

View File

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