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](c9467f4c1f))
* cancel cost center allocation and journal entry after test ([4646f11](4646f11829))
* delete exchange gain loss journal entry while deleting payment entry ([62f1286](62f12861f1))
* fetch cost center allocation percentage only from the applicable allocation ([a26f0e9](a26f0e9973))
* hide and reset discount control on new POS order ([5434432](5434432cfc))
* invalid gp calculation ([9af2df3](9af2df3810))
This commit is contained in:
Frappe PR Bot
2024-09-18 07:32:40 +00:00
parent 829a42d679
commit 481610d400

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.74.0"
__version__ = "14.74.1"
def get_default_company(user=None):