From c3d1e122be58203d4294fa62b419c6811355c504 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 3 Jan 2025 01:24:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.47.4 ## [15.47.4](https://github.com/frappe/erpnext/compare/v15.47.3...v15.47.4) (2025-01-03) ### Bug Fixes * Added patch and fallback code to prevent future issues similiar to helpdesk ticket 28246 ([ab87265](https://github.com/frappe/erpnext/commit/ab87265395c99b12ef0a2fd764930fa909ce8ab7)) * Added patch and fallback code to prevent future issues similiar to helpdesk ticket 28246 ([66544bf](https://github.com/frappe/erpnext/commit/66544bfa109bd65763cc682211fed2ae00affec3)) * BOM cost update issue ([00102a1](https://github.com/frappe/erpnext/commit/00102a15e3870888bcf74a5215141e77d1aaf8b0)) * Fixed logic in if condition causing tests to fail ([b3b8083](https://github.com/frappe/erpnext/commit/b3b808335f34ee73df494d8ef015001388d0bca1)) * Removed patch as instructed by mentor ([3049027](https://github.com/frappe/erpnext/commit/3049027f437ade49db2fa0cf9fcc1c67c11fb750)) * Removed patch as instructed by mentor ([163af91](https://github.com/frappe/erpnext/commit/163af91c377bfd2398b892e7e3abd9033e401f49)) * removed unknown patch? ([f9d038e](https://github.com/frappe/erpnext/commit/f9d038ee4a255dc1e1e34b178d119b7e79936b62)) * removed unused code ([d31b0a5](https://github.com/frappe/erpnext/commit/d31b0a507f6b6793890f3984be3d03207e3e67c6)) * slow stock transactions (backport [#45025](https://github.com/frappe/erpnext/issues/45025)) ([#45027](https://github.com/frappe/erpnext/issues/45027)) ([85ba96e](https://github.com/frappe/erpnext/commit/85ba96e0f3377b48da6ac9085de7a7becf70a814)) * **style:** set image width in BOM ([6247d5a](https://github.com/frappe/erpnext/commit/6247d5aadb73c216f36646919b6883f7a582fa87)) * validate components and their qty as per BOM in the stock entry ([b5f6926](https://github.com/frappe/erpnext/commit/b5f6926140711407d83516b7aa1081e59f640fac)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0c79c64e174..b66aaef899b 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.3" +__version__ = "15.47.4" def get_default_company(user=None):