chore(release): Bumped to Version 15.17.4

## [15.17.4](https://github.com/frappe/erpnext/compare/v15.17.3...v15.17.4) (2024-03-21)

### Bug Fixes

* rate not fetching from the item price ([0d95ace](0d95acefa2))
This commit is contained in:
Frappe PR Bot
2024-03-21 17:30:02 +00:00
parent 57e0b4ea5f
commit 2b80cb99be

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "15.17.3"
__version__ = "15.17.4"
def get_default_company(user=None):