chore(release): Bumped to Version 13.51.5

## [13.51.5](https://github.com/frappe/erpnext/compare/v13.51.4...v13.51.5) (2023-06-19)

### Bug Fixes

* Allocated amount validation for other party types ([#35741](https://github.com/frappe/erpnext/issues/35741)) ([75b3423](75b3423ab1))
This commit is contained in:
Frappe PR Bot
2023-06-19 11:38:29 +00:00
parent 2a6e80214c
commit 0ec74b059e

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.51.4"
__version__ = "13.51.5"
def get_default_company(user=None):