mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 23:54:59 +00:00
chore(release): Bumped to Version 14.92.6
## [14.92.6](https://github.com/frappe/erpnext/compare/v14.92.5...v14.92.6) (2025-12-16) ### Bug Fixes * **asset:** calculate depreciation amount for non prorata based schedules ([8de0d60](8de0d60581)) * **asset:** prorata daily depr amount calculation ([bc58fd1](bc58fd1fa4)) * **currency exchange settings:** added backward compatibility for frankfurter api ([a15b010](a15b010868)) * **share balance:** use currency field instead of int for rate and amount ([a299392](a299392128)) * Short circuit guest perm checks ([6f6cbb7](6f6cbb717e)) * **transaction-deletion:** Add virtual doctypes to the list of ignored doctypes (backport [#51063](https://github.com/frappe/erpnext/issues/51063)) ([#51086](https://github.com/frappe/erpnext/issues/51086)) ([67c0d08](67c0d08569)) * update expected schedules on test case test_schedule_for_straight_line_method_for_existing_asset ([6ea7393](6ea7393f7d))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.92.5"
|
||||
__version__ = "14.92.6"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user