chore(release): Bumped to Version 15.27.2

## [15.27.2](https://github.com/frappe/erpnext/compare/v15.27.1...v15.27.2) (2024-06-10)

### Bug Fixes

* Add additional condition application ([45c16f6](45c16f615c))
* fixing Item-wise sales register ([9a629f8](9a629f860c))
* fixing Item-wise sales register [#41373](https://github.com/frappe/erpnext/issues/41373) ([d75d64e](d75d64eb25))
* fixing Item-wise sales register and purchase register [#41373](https://github.com/frappe/erpnext/issues/41373) ([50ef81a](50ef81a997))
* Item-wise Sales and Purchase register with no item codes [#41373](https://github.com/frappe/erpnext/issues/41373) ([3e0123b](3e0123ba7b))
This commit is contained in:
Frappe PR Bot
2024-06-10 04:54:40 +00:00
parent cd478dd74f
commit f2909e9784

View File

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