summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-08-11 13:38:01 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2024-08-11 13:38:01 +0300
commitf99141b0cb92c43ca7e859d372aadbb395edcf3e (patch)
treeb4bf4dac269cca0468b5b9b14b77ff8bfe026ad0
parent89ef1afbe856dc5a2c25c871d810fe549ef89a20 (diff)
downloadtroggle-f99141b0cb92c43ca7e859d372aadbb395edcf3e.tar.gz
troggle-f99141b0cb92c43ca7e859d372aadbb395edcf3e.tar.bz2
troggle-f99141b0cb92c43ca7e859d372aadbb395edcf3e.zip
bug fix
-rw-r--r--core/views/wallets_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py
index 266d377..5a53583 100644
--- a/core/views/wallets_edit.py
+++ b/core/views/wallets_edit.py
@@ -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()