chore(release): Bumped to Version 14.65.6

## [14.65.6](https://github.com/frappe/erpnext/compare/v14.65.5...v14.65.6) (2024-03-21)

### Bug Fixes

* rate not fetching from the item price ([18279a6](18279a6dbd))
This commit is contained in:
Frappe PR Bot
2024-03-21 17:33:34 +00:00
parent 5f84e0d7e8
commit 14f7aef4d0

View File

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