From 8c7ed37afd12246d2bd635b4d28df57c7f3dcb3d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 23 Oct 2024 04:45:56 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.74.7 ## [14.74.7](https://github.com/frappe/erpnext/compare/v14.74.6...v14.74.7) (2024-10-23) ### Bug Fixes * "show_remarks" checkbox in Process statement of accounts ([0833823](https://github.com/frappe/erpnext/commit/083382399faf7eb3b95c4db29d884a92c65f1eed)) * coupon code validation logic ([c18beae](https://github.com/frappe/erpnext/commit/c18beaea6b9cbb79ac24bfd6182999337bc7e441)) * **deferred_revenue:** Escape account in query ([3d082c9](https://github.com/frappe/erpnext/commit/3d082c93bc0bc96a800d32f50b3a2f0311ceee92)) * Freeze Screen on load invoices on POS Closing Entry ([725b6be](https://github.com/frappe/erpnext/commit/725b6beff3a6c34e979a53b9527c82aa84d65cb5)) * get period estimate till service end date ([35c257a](https://github.com/frappe/erpnext/commit/35c257a7aeb5e8080ad7e734a93571215bd4b223)) * incorrect amount in bank clearance ([98362d9](https://github.com/frappe/erpnext/commit/98362d9183af56f4aa2182ff0e68da57733975b5)) * party_balance based on company in payment entry ([5333f33](https://github.com/frappe/erpnext/commit/5333f33c21c8147136422475a49cbc4bde44194b)) * remove extra space ([719565c](https://github.com/frappe/erpnext/commit/719565c8973f18783fb44503536317a0d8e25a9f)) * use correct variable in error message (backport [#43790](https://github.com/frappe/erpnext/issues/43790)) ([#43791](https://github.com/frappe/erpnext/issues/43791)) ([5b0a8fd](https://github.com/frappe/erpnext/commit/5b0a8fd2cedeacde822aff82d7aa25ac7b8bb324)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 994d47e819b..3057d5cfa9f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.74.6" +__version__ = "14.74.7" def get_default_company(user=None):