summaryrefslogtreecommitdiff
path: root/contrib/auditor-report.tex.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-07 22:24:19 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-07 22:24:19 +0100
commit421e802fd35888f3432720841bd25527ede29ebc (patch)
tree2a3cf60f9730a5ef066aaa37655e930cb556793f /contrib/auditor-report.tex.j2
parent6ccda0b02e143a179e2c62c2cce5b0f53dcf5022 (diff)
downloadexchange-421e802fd35888f3432720841bd25527ede29ebc.tar.gz
exchange-421e802fd35888f3432720841bd25527ede29ebc.tar.bz2
exchange-421e802fd35888f3432720841bd25527ede29ebc.zip
fix test issues with new DB schema
Diffstat (limited to 'contrib/auditor-report.tex.j2')
-rw-r--r--contrib/auditor-report.tex.j26
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2
index c2d406ebe..38f44d4e9 100644
--- a/contrib/auditor-report.tex.j2
+++ b/contrib/auditor-report.tex.j2
@@ -227,7 +227,11 @@ the tiny threshold. Below, we report {\em non-tiny} wire transfers that are lagg
{{ item.deadline }} &
{{ item.amount }} &
{{ item.row }} &
- {{ item.claimed_done }} \\
+{% if 'claimed_done' in item %}
+ {{ item.claimed_done }}
+{% else %}
+ N/A
+{% endif %} \\
\nopagebreak
\multicolumn{4}{l}{ {\tt \small {{ item.coin_pub }} } } \\
\nopagebreak