mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
chore(release): Bumped to Version 14.73.1
## [14.73.1](https://github.com/frappe/erpnext/compare/v14.73.0...v14.73.1) (2024-09-04) ### Bug Fixes * adjust price insertion logic for internal suppliers/customers ([#42988](https://github.com/frappe/erpnext/issues/42988)) ([3912c68](3912c688ac)) * default fiscal year in report v14 ([#42960](https://github.com/frappe/erpnext/issues/42960)) ([9db7f7b](9db7f7b033)) * Discount and taxes in return document should follow the reference document (backport [#41911](https://github.com/frappe/erpnext/issues/41911)) ([#42573](https://github.com/frappe/erpnext/issues/42573)) ([c55f8e3](c55f8e3388)) * indentation ([e8cfb4d](e8cfb4d602)) * removed extra filter condition ([db319f9](db319f95f1)) * resolve gl entries duplication in asset purchase workflow ([#41845](https://github.com/frappe/erpnext/issues/41845)) ([b3c9697](b3c9697b7c)) * retain date filter when redirecting in Profit and Loss report ([c87f2d2](c87f2d2f7c)) * set up filters for dimensions ([450b3f3](450b3f338e)) * typeerror on Payment Entry ([dda4002](dda4002da4)) * typerror on default_currency ([22b283d](22b283d4a8))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.73.0"
|
||||
__version__ = "14.73.1"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user