diff --git a/inventory/services.py b/inventory/services.py index c203d874..8023cce4 100644 --- a/inventory/services.py +++ b/inventory/services.py @@ -43,8 +43,8 @@ def decodevin(vin): return result elif result:=elm(vin): return result - # elif result:=decode_vin_haikalna(vin): - # return result + elif result:=decode_vin_haikalna(vin): + return result else: return None diff --git a/templates/header.html b/templates/header.html index 64ad7c99..48aec9ae 100644 --- a/templates/header.html +++ b/templates/header.html @@ -3,11 +3,9 @@ {% if user.is_authenticated %}