chore(release): Bumped to Version 15.48.3

## [15.48.3](https://github.com/frappe/erpnext/compare/v15.48.2...v15.48.3) (2025-01-13)

### Bug Fixes

* delivery_document_no column issue ([47a622d](47a622d0cb))
* incorrect valuation rate for PI based revaluation ([23b846e](23b846ef39))
* test case ([b75c736](b75c7364d6))
This commit is contained in:
Frappe PR Bot
2025-01-13 08:20:40 +00:00
parent 47ab3c5dbe
commit 74650217c1

View File

@@ -4,7 +4,7 @@ import inspect
import frappe
from frappe.utils.user import is_website_user
__version__ = "15.48.2"
__version__ = "15.48.3"
def get_default_company(user=None):