Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.74.1
Browse files Browse the repository at this point in the history
## [14.74.1](v14.74.0...v14.74.1) (2024-09-18)

### Bug Fixes

* add currency in options for rate field in pricing rule ([c9467f4](c9467f4))
* cancel cost center allocation and journal entry after test ([4646f11](4646f11))
* delete exchange gain loss journal entry while deleting payment entry ([62f1286](62f1286))
* fetch cost center allocation percentage only from the applicable allocation ([a26f0e9](a26f0e9))
* hide and reset discount control on new POS order ([5434432](5434432))
* invalid gp calculation ([9af2df3](9af2df3))
  • Loading branch information
frappe-bot committed Sep 18, 2024
1 parent 829a42d commit 481610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.74.0"
__version__ = "14.74.1"


def get_default_company(user=None):
Expand Down

0 comments on commit 481610d

Please sign in to comment.