Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.73.1
Browse files Browse the repository at this point in the history
## [14.73.1](v14.73.0...v14.73.1) (2024-09-04)

### Bug Fixes

* adjust price insertion logic for internal suppliers/customers ([#42988](#42988)) ([3912c68](3912c68))
* default fiscal year in report v14 ([#42960](#42960)) ([9db7f7b](9db7f7b))
* Discount and taxes in return document should follow the reference document (backport [#41911](#41911)) ([#42573](#42573)) ([c55f8e3](c55f8e3))
* indentation ([e8cfb4d](e8cfb4d))
* removed extra filter condition ([db319f9](db319f9))
* resolve gl entries duplication in asset purchase workflow ([#41845](#41845)) ([b3c9697](b3c9697))
* retain date filter when redirecting in Profit and Loss report ([c87f2d2](c87f2d2))
* set up filters for dimensions ([450b3f3](450b3f3))
* typeerror on Payment Entry ([dda4002](dda4002))
* typerror on default_currency ([22b283d](22b283d))
  • Loading branch information
frappe-bot committed Sep 4, 2024
1 parent 012248b commit 610f74c
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.73.0"
__version__ = "14.73.1"


def get_default_company(user=None):
Expand Down

0 comments on commit 610f74c

Please sign in to comment.