chore(release): Bumped to Version 15.8.2

## [15.8.2](https://github.com/frappe/erpnext/compare/v15.8.1...v15.8.2) (2023-12-28)

### Bug Fixes

* undefined error in consolidated financial report ([0a3e378](0a3e378f5e))
This commit is contained in:
Frappe PR Bot 2023-12-28 12:16:55 +00:00
parent 12c5f0b6b5
commit c4794c95df

View File

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