From fc3ceff42f648d21c99118dbe0f76f5e6ecdbd0f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 14 Apr 2026 18:20:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.104.3 ## [15.104.3](https://github.com/frappe/erpnext/compare/v15.104.2...v15.104.3) (2026-04-14) ### Bug Fixes * account change in warehouse (backport [#54182](https://github.com/frappe/erpnext/issues/54182)) ([#54204](https://github.com/frappe/erpnext/issues/54204)) ([430705f](https://github.com/frappe/erpnext/commit/430705f56c1192607e251dc9671c60ef76850a85)) * hardcoded precision causing decimal issues ([7754504](https://github.com/frappe/erpnext/commit/77545042a5e2fa8265763d2df149fb7cdc85a151)) * inventory dimension patch (backport [#54141](https://github.com/frappe/erpnext/issues/54141)) ([#54145](https://github.com/frappe/erpnext/issues/54145)) ([deb67db](https://github.com/frappe/erpnext/commit/deb67db4a00ec5e642885f911cc06e528a04ce03)) * inventory dimension patch (backport [#54147](https://github.com/frappe/erpnext/issues/54147)) ([#54148](https://github.com/frappe/erpnext/issues/54148)) ([a56d698](https://github.com/frappe/erpnext/commit/a56d6984d12784387cb7e181be0d8c727b517bd0)) * inventory dimensions should not be mandatory unnecesarily (backport [#54064](https://github.com/frappe/erpnext/issues/54064)) ([#54133](https://github.com/frappe/erpnext/issues/54133)) ([a26c845](https://github.com/frappe/erpnext/commit/a26c84533272416cf7332f9bcb3971929953c924)) * last SLE not updated in the file ([8408e81](https://github.com/frappe/erpnext/commit/8408e8133526d5d6ee83f39ee1f0d2f472b68d81)) * **list_opportunity_report:** parameterized `lost_reason` ([#54160](https://github.com/frappe/erpnext/issues/54160)) ([1604c21](https://github.com/frappe/erpnext/commit/1604c216026d1138e4e9c71e0dfef1febe6a6402)) * make operation mandatory when any sub operation row is added (backport [#54245](https://github.com/frappe/erpnext/issues/54245)) ([#54247](https://github.com/frappe/erpnext/issues/54247)) ([cbe5ad6](https://github.com/frappe/erpnext/commit/cbe5ad6337eeeb5965cd530792fefd15e699d366)) * preserve asset movement field properties after save ([a87015e](https://github.com/frappe/erpnext/commit/a87015e8e69215b71c9b71b3779193a7f94e7be2)) * quality inspection item code fetch perm issue (backport [#54121](https://github.com/frappe/erpnext/issues/54121)) ([#54126](https://github.com/frappe/erpnext/issues/54126)) ([bcd6d99](https://github.com/frappe/erpnext/commit/bcd6d99549aae9b6ca433511c623869477ad18ba)) * remove unneccessary function for serial no status updation (backport [#54191](https://github.com/frappe/erpnext/issues/54191)) ([#54196](https://github.com/frappe/erpnext/issues/54196)) ([cb24d94](https://github.com/frappe/erpnext/commit/cb24d9404dae28cb033b1c314db5ac2b35a7d712)) * **sales invoice:** toggle Get Items From button based on is_return and POS view (backport [#52594](https://github.com/frappe/erpnext/issues/52594)) ([#54138](https://github.com/frappe/erpnext/issues/54138)) ([5de4102](https://github.com/frappe/erpnext/commit/5de4102dda154063b0dcf4f293dfb2976d8db177)) * sanitize genericode import inputs and secure XML parser (backport [#53302](https://github.com/frappe/erpnext/issues/53302)) ([#54174](https://github.com/frappe/erpnext/issues/54174)) ([76e910e](https://github.com/frappe/erpnext/commit/76e910e8c05961a8e30ae436d9db7e2cc029f9f8)) * set default posting time in RIV ([6e438e7](https://github.com/frappe/erpnext/commit/6e438e71ebcb6933d3af659a8234a772e4bd5fe2)) * **stock:** remove float precision to fix precision issue (backport [#54284](https://github.com/frappe/erpnext/issues/54284)) ([#54288](https://github.com/frappe/erpnext/issues/54288)) ([0e9b3b4](https://github.com/frappe/erpnext/commit/0e9b3b459a45092c6a46a0457a961316ed4b4cc6)) * **stock:** update bin to zero when no previous sle exists (backport [#54236](https://github.com/frappe/erpnext/issues/54236)) ([#54263](https://github.com/frappe/erpnext/issues/54263)) ([46a1c6f](https://github.com/frappe/erpnext/commit/46a1c6fda072dad6077fc5171bfcdb8395acdb64)) * update return value in workstation list view indicator (backport [#54198](https://github.com/frappe/erpnext/issues/54198)) ([#54200](https://github.com/frappe/erpnext/issues/54200)) ([0a3f9f0](https://github.com/frappe/erpnext/commit/0a3f9f0b9f9bd0b50d4435cc613442e2c8a530fd)) * update_nsm only in warehouse creation ([#54165](https://github.com/frappe/erpnext/issues/54165)) ([e9c1a09](https://github.com/frappe/erpnext/commit/e9c1a09af3a6ffbe000cddd89bcb05b38868ea11)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1408e2ec16c..d6b46883380 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.104.2" +__version__ = "15.104.3" def get_default_company(user=None):