Skip to content

Commit fc3ceff

Browse files
committed
chore(release): Bumped to Version 15.104.3
## [15.104.3](v15.104.2...v15.104.3) (2026-04-14) ### Bug Fixes * account change in warehouse (backport [#54182](#54182)) ([#54204](#54204)) ([430705f](430705f)) * hardcoded precision causing decimal issues ([7754504](7754504)) * inventory dimension patch (backport [#54141](#54141)) ([#54145](#54145)) ([deb67db](deb67db)) * inventory dimension patch (backport [#54147](#54147)) ([#54148](#54148)) ([a56d698](a56d698)) * inventory dimensions should not be mandatory unnecesarily (backport [#54064](#54064)) ([#54133](#54133)) ([a26c845](a26c845)) * last SLE not updated in the file ([8408e81](8408e81)) * **list_opportunity_report:** parameterized `lost_reason` ([#54160](#54160)) ([1604c21](1604c21)) * make operation mandatory when any sub operation row is added (backport [#54245](#54245)) ([#54247](#54247)) ([cbe5ad6](cbe5ad6)) * preserve asset movement field properties after save ([a87015e](a87015e)) * quality inspection item code fetch perm issue (backport [#54121](#54121)) ([#54126](#54126)) ([bcd6d99](bcd6d99)) * remove unneccessary function for serial no status updation (backport [#54191](#54191)) ([#54196](#54196)) ([cb24d94](cb24d94)) * **sales invoice:** toggle Get Items From button based on is_return and POS view (backport [#52594](#52594)) ([#54138](#54138)) ([5de4102](5de4102)) * sanitize genericode import inputs and secure XML parser (backport [#53302](#53302)) ([#54174](#54174)) ([76e910e](76e910e)) * set default posting time in RIV ([6e438e7](6e438e7)) * **stock:** remove float precision to fix precision issue (backport [#54284](#54284)) ([#54288](#54288)) ([0e9b3b4](0e9b3b4)) * **stock:** update bin to zero when no previous sle exists (backport [#54236](#54236)) ([#54263](#54263)) ([46a1c6f](46a1c6f)) * update return value in workstation list view indicator (backport [#54198](#54198)) ([#54200](#54200)) ([0a3f9f0](0a3f9f0)) * update_nsm only in warehouse creation ([#54165](#54165)) ([e9c1a09](e9c1a09))
1 parent c74a44e commit fc3ceff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import frappe
55
from frappe.utils.user import is_website_user
66

7-
__version__ = "15.104.2"
7+
__version__ = "15.104.3"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)