chore(release): Bumped to Version 13.51.4

## [13.51.4](https://github.com/frappe/erpnext/compare/v13.51.3...v13.51.4) (2023-06-16)

### Bug Fixes

* Incorrect field while calculating Tax withholding net total ([a98a13b](a98a13b683))
This commit is contained in:
Frappe PR Bot
2023-06-16 06:54:26 +00:00
parent eaa1589331
commit 6400a574b6

View File

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