chore(release): Bumped to Version 15.31.4

## [15.31.4](https://github.com/frappe/erpnext/compare/v15.31.3...v15.31.4) (2024-08-01)

### Bug Fixes

* inter transfer delivery note issue with batch (backport [#42552](https://github.com/frappe/erpnext/issues/42552)) ([#42556](https://github.com/frappe/erpnext/issues/42556)) ([bf0e2b3](bf0e2b3b52))
This commit is contained in:
Frappe PR Bot
2024-08-01 09:12:25 +00:00
parent aca0662a64
commit 703b9accb8

View File

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