mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 15:25:19 +00:00
chore(release): Bumped to Version 14.74.4
## [14.74.4](https://github.com/frappe/erpnext/compare/v14.74.3...v14.74.4) (2024-10-10) ### Bug Fixes * add parenttype condition for item table in Purchase Register Report ([4586f03](4586f03bdc)) * Add removed test code `b41f10c1b9` ([8f5c191](8f5c191136)) * create Account Closing Balance even though there are no transaction in period ([2fc776d](2fc776d0f5)) * deduct advances adjusted for threshold check for tcs ([de15728](de15728741)) * do not include advances for tds vouchers ([9d950a9](9d950a9b77)) * get company from ref doc as it's not available in payment request ([078eb46](078eb46eb8)) * multiple issues in Payment Request ([#42427](https://github.com/frappe/erpnext/issues/42427)) ([ef52be2](ef52be2f17)) * Remove `advance_payment_status` uses ([36b4f68](36b4f68566)) * Remove unreference method ([d4421da](d4421dade1)) * Remove unused field ([3a51cf4](3a51cf4e1a)) * Remove unused function `get_paid_amount_against_order` ([677aadd](677aadde7c)) * Separate `on_submit` and `before_submit` of PR ([d828ea6](d828ea6a1a))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.74.3"
|
||||
__version__ = "14.74.4"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user