forked from expo/troggle
make 1999 work like other years
This commit is contained in:
parent
7fd9497d5c
commit
406259a8a2
@ -110,7 +110,7 @@ def scanupload(request, path=None):
|
||||
wallet = "2022#01" # improve this later
|
||||
|
||||
year = wallet[:4]
|
||||
if int(year) <= 1999:
|
||||
if int(year) <= 1998:
|
||||
#print(f'! - FORM scanupload - start {wallet} REDIRECT TO OLDWALLET')
|
||||
return(oldwallet(request, path))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user