You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Booking stock value across multiple accounts will make it harder to track stock and account value."
148
-
)
149
-
150
-
frappe.msgprint(
151
-
warning+account_str+reason,
152
-
title=_("Multiple Warehouse Accounts"),
153
-
indicator="orange",
154
-
)
121
+
frappe.msgprint(
122
+
title=_("Warning: Account changed for warehouse"),
123
+
indicator="orange",
124
+
msg=_(
125
+
"Stock entries exist with the old account. Changing the account may lead to a mismatch between the warehouse closing balance and the account closing balance. The overall closing balance will still match, but not for the specific account."
0 commit comments