mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 09:27:09 +00:00
make 1999 work like other years
This commit is contained in:
@@ -110,7 +110,7 @@ def scanupload(request, path=None):
|
|||||||
wallet = "2022#01" # improve this later
|
wallet = "2022#01" # improve this later
|
||||||
|
|
||||||
year = wallet[:4]
|
year = wallet[:4]
|
||||||
if int(year) <= 1999:
|
if int(year) <= 1998:
|
||||||
#print(f'! - FORM scanupload - start {wallet} REDIRECT TO OLDWALLET')
|
#print(f'! - FORM scanupload - start {wallet} REDIRECT TO OLDWALLET')
|
||||||
return(oldwallet(request, path))
|
return(oldwallet(request, path))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user