From 08e58e13acf68f49b32e43ec05c4b2d7c4c1ba4f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 6 Jan 2025 04:42:56 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.47.5 ## [15.47.5](https://github.com/frappe/erpnext/compare/v15.47.4...v15.47.5) (2025-01-06) ### Bug Fixes * ignore currency validation while canceling the voucher ([8076942](https://github.com/frappe/erpnext/commit/807694206b96ec937b2d2e8e96f809e2e17b59c8)) * ignore party account validation while canceling the voucher ([bc0be5a](https://github.com/frappe/erpnext/commit/bc0be5a00a321c657e86a96d33afa36f5f12d193)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b66aaef899b..d4763ea5a56 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.47.4" +__version__ = "15.47.5" def get_default_company(user=None):