Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.74.4
Browse files Browse the repository at this point in the history
## [14.74.4](v14.74.3...v14.74.4) (2024-10-10)

### Bug Fixes

* add parenttype condition for item table in Purchase Register Report ([4586f03](4586f03))
* Add removed test code `https://github.com/frappe/erpnext/commit/b41f10c1b98b01a181a6f9dbdf2531b108dc3bae` ([8f5c191](8f5c191))
* create Account Closing Balance even though there are no transaction in period ([2fc776d](2fc776d))
* deduct advances adjusted for threshold check for tcs ([de15728](de15728))
* do not include advances for tds vouchers ([9d950a9](9d950a9))
* get company from ref doc as it's not available in payment request ([078eb46](078eb46))
* multiple issues in Payment Request ([#42427](#42427)) ([ef52be2](ef52be2))
* Remove `advance_payment_status` uses ([36b4f68](36b4f68))
* Remove unreference method ([d4421da](d4421da))
* Remove unused  field ([3a51cf4](3a51cf4))
* Remove unused function `get_paid_amount_against_order` ([677aadd](677aadd))
* Separate `on_submit` and `before_submit` of PR ([d828ea6](d828ea6))
  • Loading branch information
frappe-bot committed Oct 10, 2024
1 parent 4b1e3c9 commit e9dbbbe
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.3"
__version__ = "14.74.4"


def get_default_company(user=None):
Expand Down

0 comments on commit e9dbbbe

Please sign in to comment.