chore(release): Bumped to Version 14.86.3

## [14.86.3](https://github.com/frappe/erpnext/compare/v14.86.2...v14.86.3) (2025-06-24)

### Bug Fixes

* get already billed amount from current doc instead of database ([#48079](https://github.com/frappe/erpnext/issues/48079)) ([0790db7](0790db79fd))
This commit is contained in:
Frappe PR Bot
2025-06-24 14:08:14 +00:00
parent 25a382ec24
commit f07594b863

View File

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