mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 07:20:26 +00:00
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](083382399f)) * coupon code validation logic ([c18beae](c18beaea6b)) * **deferred_revenue:** Escape account in query ([3d082c9](3d082c93bc)) * Freeze Screen on load invoices on POS Closing Entry ([725b6be](725b6beff3)) * get period estimate till service end date ([35c257a](35c257a7ae)) * incorrect amount in bank clearance ([98362d9](98362d9183)) * party_balance based on company in payment entry ([5333f33](5333f33c21)) * remove extra space ([719565c](719565c897)) * use correct variable in error message (backport [#43790](https://github.com/frappe/erpnext/issues/43790)) ([#43791](https://github.com/frappe/erpnext/issues/43791)) ([5b0a8fd](5b0a8fd2ce))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.74.6"
|
||||
__version__ = "14.74.7"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user