2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 14:51:51 +00:00
This commit is contained in:
Philip Sargent 2024-08-11 13:38:01 +03:00
parent 89ef1afbe8
commit f99141b0cb

View File

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