make 1999 work like other years

This commit is contained in:
Philip Sargent 2022-03-25 02:04:44 +00:00
parent 7fd9497d5c
commit 406259a8a2

View File

@ -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))