mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 14:51:51 +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
|
||||
walletobject = make_wallet(wallet)
|
||||
if waldata["date"]:
|
||||
samedate = make_valid_date(waldata["date"])
|
||||
samedate = make_valid_date(psg, waldata["date"])
|
||||
walletobject.walletdate = samedate
|
||||
walletobject.save()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user