From f07594b863ed94d6abc74a27548dbec62aa97f10 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 24 Jun 2025 14:08:14 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/0790db79fdf8a4510e651d643f8eceaefc1553de)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b1df0ef7019..0cc35953104 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.86.2" +__version__ = "14.86.3" def get_default_company(user=None):