Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.74.7
Browse files Browse the repository at this point in the history
## [14.74.7](v14.74.6...v14.74.7) (2024-10-23)

### Bug Fixes

* "show_remarks" checkbox in Process statement of accounts ([0833823](0833823))
* coupon code validation logic ([c18beae](c18beae))
* **deferred_revenue:** Escape account in query ([3d082c9](3d082c9))
* Freeze Screen on load invoices on POS Closing Entry ([725b6be](725b6be))
* get period estimate till service end date ([35c257a](35c257a))
* incorrect amount in bank clearance ([98362d9](98362d9))
* party_balance based on company in payment entry ([5333f33](5333f33))
* remove extra space ([719565c](719565c))
* use correct variable in error message (backport [#43790](#43790)) ([#43791](#43791)) ([5b0a8fd](5b0a8fd))
  • Loading branch information
frappe-bot committed Oct 23, 2024
1 parent 9da08df commit 8c7ed37
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.6"
__version__ = "14.74.7"


def get_default_company(user=None):
Expand Down

0 comments on commit 8c7ed37

Please sign in to comment.