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
In caso il valore "address" nella tabella shop_address sia compilato in maniera errata (senza la parte di dominio dopo la @) la UI ritorna l'errore "index out of range"
/app/methlab/shop/models.py, line 393, in receivers
if "@{}".format(x.split("@")[1]) in info.internal_domains:
The text was updated successfully, but these errors were encountered:
In caso il valore "address" nella tabella shop_address sia compilato in maniera errata (senza la parte di dominio dopo la @) la UI ritorna l'errore "index out of range"
/app/methlab/shop/models.py, line 393, in receivers
if "@{}".format(x.split("@")[1]) in info.internal_domains:
The text was updated successfully, but these errors were encountered: