mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
bug fix
This commit is contained in:
parent
89ef1afbe8
commit
f99141b0cb
@ -905,7 +905,7 @@ def walletedit(request, path=None):
|
|||||||
# find trips and survex files of the same date
|
# find trips and survex files of the same date
|
||||||
walletobject = make_wallet(wallet)
|
walletobject = make_wallet(wallet)
|
||||||
if waldata["date"]:
|
if waldata["date"]:
|
||||||
samedate = make_valid_date(waldata["date"])
|
samedate = make_valid_date(psg, waldata["date"])
|
||||||
walletobject.walletdate = samedate
|
walletobject.walletdate = samedate
|
||||||
walletobject.save()
|
walletobject.save()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user