From ddca3b580028a418b360ad0d6b1cc54ef9b86cdd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 Jan 2026 15:02:59 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/1179514118a07465867e06ed336f7e885eab6c66)) * **accounts:** correct sales order item deletion message for MR and PO linkage ([4c53af0](https://github.com/frappe/erpnext/commit/4c53af049464b7458a971e3f1231359255f9aaf4)) * allow all users of supplier to create purchase invoices ([8f1509d](https://github.com/frappe/erpnext/commit/8f1509dca18a949c415da23f5db908a62cd2a80d)) * **asset value adjustment:** skip cancelling revaluation journal entry if already cancelled ([dae6adf](https://github.com/frappe/erpnext/commit/dae6adfe13a07061ee89a772fa5e04903ea0d63c)) * **asset:** properly reset purchase reference and item fields ([ea0b768](https://github.com/frappe/erpnext/commit/ea0b76831f8c202f88234d792ebef0876b5ebedc)) * **asset:** remove references for composite and existing asset ([c7f79d1](https://github.com/frappe/erpnext/commit/c7f79d16e94ab7fd0ad3888962ca077fd43881ab)) * change float types in payment entry reference table to currency ([d17deba](https://github.com/frappe/erpnext/commit/d17debabf70fd307cb334d3f18f2951f446e6a26)) * closed WO becomes open when RM is returned ([7db6ae8](https://github.com/frappe/erpnext/commit/7db6ae8bda7a6ad88206083f9139028824e3e4e0)) * correct uom reflecting in sales order when fetching from barcode ([3cc41cf](https://github.com/frappe/erpnext/commit/3cc41cf643aca0bfacdf6dc3b302432ddabea5b5)) * don't duplicate default income account to Item ([#50413](https://github.com/frappe/erpnext/issues/50413)) ([1cb22f9](https://github.com/frappe/erpnext/commit/1cb22f9d057612e4e592494e472c4d962236d828)), closes [#48231](https://github.com/frappe/erpnext/issues/48231) * ignore permissions when cancelling revaluation journal entry ([129457b](https://github.com/frappe/erpnext/commit/129457b2ce1766566a94b00faad2849cdf064d67)) * incoming rate calculation ([01af6c8](https://github.com/frappe/erpnext/commit/01af6c876262bf03077503ad7c12e23b9def9fca)) * **minor:** hide target_qty field from the capitalization ([ed05b4c](https://github.com/frappe/erpnext/commit/ed05b4cc5cd026f2100ba7249b6007a913992dda)) * move validation to before_cancel ([11d23e1](https://github.com/frappe/erpnext/commit/11d23e1a4a3ada7549640aabba04a9a838d6db3d)) * negative stock issue for higher precision ([1bbeecf](https://github.com/frappe/erpnext/commit/1bbeecff12ee22efccf0c1e8583d52aecd78bbb7)) * **payment reconciliation:** handle adhoc payment returns ([#51311](https://github.com/frappe/erpnext/issues/51311)) ([159d1d6](https://github.com/frappe/erpnext/commit/159d1d61b5bc58e8c180e1e48590c1841adcdf94)) * pick list qty does not reset when pick list is cancelled ([f9be364](https://github.com/frappe/erpnext/commit/f9be364bd1fca6bfb5af362aa17b9a5e9a9c6ae9)) * prevent manual cancellation of the linked Revaluation Journal Entry ([07de3f4](https://github.com/frappe/erpnext/commit/07de3f43915f40644e3e32862899c45bbbd2b819)) * remove posting date & time on SRE batch validation ([d3f2da0](https://github.com/frappe/erpnext/commit/d3f2da0d594434e7d6a18654898a5a23a1e3fbf6)) * **stock:** enable allow on submit for tracking status field ([9d5a493](https://github.com/frappe/erpnext/commit/9d5a493609ed6c4e2741b393b2bdede64b1d06f6)) ### Performance Improvements * SABB taking time to save the record ([ee9debe](https://github.com/frappe/erpnext/commit/ee9debe581432dbaec3c83e780a6e61c0360e89a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2c4eae39a31..f4534705fd5 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):