From 481610d4004c3acd9364416fa2253bd7df42560c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 18 Sep 2024 07:32:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.74.1 ## [14.74.1](https://github.com/frappe/erpnext/compare/v14.74.0...v14.74.1) (2024-09-18) ### Bug Fixes * add currency in options for rate field in pricing rule ([c9467f4](https://github.com/frappe/erpnext/commit/c9467f4c1f290aa587546fab11d9368b3b503f96)) * cancel cost center allocation and journal entry after test ([4646f11](https://github.com/frappe/erpnext/commit/4646f118296f3f00856ce51a364a9ea48ebd2f39)) * delete exchange gain loss journal entry while deleting payment entry ([62f1286](https://github.com/frappe/erpnext/commit/62f12861f102782dda1dd9638617c831373446e9)) * fetch cost center allocation percentage only from the applicable allocation ([a26f0e9](https://github.com/frappe/erpnext/commit/a26f0e9973056b8eb6e1f71353b9ccef203a1762)) * hide and reset discount control on new POS order ([5434432](https://github.com/frappe/erpnext/commit/5434432cfcba66de0d9518552c6f36a60284874b)) * invalid gp calculation ([9af2df3](https://github.com/frappe/erpnext/commit/9af2df3810c6f93d6547e1dc8bfa1d877a4e4e85)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a490661092a..581dad66dff 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.74.0" +__version__ = "14.74.1" def get_default_company(user=None):