From 63d165c48abb606d74badfb1590a7480b03d54aa Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 6 Jun 2025 07:07:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.64.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [15.64.1](https://github.com/frappe/erpnext/compare/v15.64.0...v15.64.1) (2025-06-06) ### Reverts * Revert "fix: calculate discount percentage if discount amount is specified (#…" ([29d7593](https://github.com/frappe/erpnext/commit/29d7593fa7c18ab34f9413325a0027baf18900f4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4a6da176b3a..224cbd2dca0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.64.0" +__version__ = "15.64.1" def get_default_company(user=None):