mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 18:18:30 +00:00
chore(release): Bumped to Version 15.94.2
## [15.94.2](https://github.com/frappe/erpnext/compare/v15.94.1...v15.94.2) (2026-01-13) ### Bug Fixes * **accounting-dimension:** System-generated round-off GL entries fail to set the accounting dimension ([#51167](https://github.com/frappe/erpnext/issues/51167)) ([1179514](1179514118)) * **accounts:** correct sales order item deletion message for MR and PO linkage ([4c53af0](4c53af0494)) * allow all users of supplier to create purchase invoices ([8f1509d](8f1509dca1)) * **asset value adjustment:** skip cancelling revaluation journal entry if already cancelled ([dae6adf](dae6adfe13)) * **asset:** properly reset purchase reference and item fields ([ea0b768](ea0b76831f)) * **asset:** remove references for composite and existing asset ([c7f79d1](c7f79d16e9)) * change float types in payment entry reference table to currency ([d17deba](d17debabf7)) * closed WO becomes open when RM is returned ([7db6ae8](7db6ae8bda)) * correct uom reflecting in sales order when fetching from barcode ([3cc41cf](3cc41cf643)) * don't duplicate default income account to Item ([#50413](https://github.com/frappe/erpnext/issues/50413)) ([1cb22f9](1cb22f9d05)), closes [#48231](https://github.com/frappe/erpnext/issues/48231) * ignore permissions when cancelling revaluation journal entry ([129457b](129457b2ce)) * incoming rate calculation ([01af6c8](01af6c8762)) * **minor:** hide target_qty field from the capitalization ([ed05b4c](ed05b4cc5c)) * move validation to before_cancel ([11d23e1](11d23e1a4a)) * negative stock issue for higher precision ([1bbeecf](1bbeecff12)) * **payment reconciliation:** handle adhoc payment returns ([#51311](https://github.com/frappe/erpnext/issues/51311)) ([159d1d6](159d1d61b5)) * pick list qty does not reset when pick list is cancelled ([f9be364](f9be364bd1)) * prevent manual cancellation of the linked Revaluation Journal Entry ([07de3f4](07de3f4391)) * remove posting date & time on SRE batch validation ([d3f2da0](d3f2da0d59)) * **stock:** enable allow on submit for tracking status field ([9d5a493](9d5a493609)) ### Performance Improvements * SABB taking time to save the record ([ee9debe](ee9debe581))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.94.1"
|
||||
__version__ = "15.94.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user