chore(release): Bumped to Version 15.27.6

## [15.27.6](https://github.com/frappe/erpnext/compare/v15.27.5...v15.27.6) (2024-06-12)

### Bug Fixes

* batch qty in the dropdown field ([2c9b390](2c9b3908dd))
* return from accepted and rejected warehouse at a same time not working ([00b7c49](00b7c49b4b))
This commit is contained in:
Frappe PR Bot
2024-06-12 11:54:13 +00:00
parent 5004d95f59
commit 9ccfbe1bf5

View File

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