mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 02:28:30 +00:00
chore(release): Bumped to Version 15.94.0
# [15.94.0](https://github.com/frappe/erpnext/compare/v15.93.2...v15.94.0) (2026-01-07) ### Bug Fixes * add company filters to project ([d6511b0](d6511b0045)) * **journal entry:** use submission_queue to perform submit and cancel actions for rows over 100 ([1d58e9b](1d58e9b91a)) * not able to submit backdated stock reco ([4b60979](4b6097914a)) * precision issue causing reservation error ([2d49cc9](2d49cc9ab2)) * resolve conflict ([dbd2964](dbd2964139)) * SABB not cancelled on cancel of Stock Reco ([eebd885](eebd88529f)) * **stock:** prevent excess stock reservation ([4d31012](4d31012df2)) * **stock:** remove item image to avoid setting the image of previous item ([6f1cfdb](6f1cfdb1de)) * **trial balance party:** add check for parties with zero credit and debit ([a0566c9](a0566c9e98)) * update filters on period closing voucher ([728a8b0](728a8b0b7d)) ### Features * add default-age-range in accounts settings (backport [#51458](https://github.com/frappe/erpnext/issues/51458)) ([#51531](https://github.com/frappe/erpnext/issues/51531)) ([582db48](582db48ca5)) * allow data import for asset repair doctype ([dc10ef4](dc10ef4287))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.93.2"
|
||||
__version__ = "15.94.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user