diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-07 22:24:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-07 22:24:19 +0100 |
commit | 421e802fd35888f3432720841bd25527ede29ebc (patch) | |
tree | 2a3cf60f9730a5ef066aaa37655e930cb556793f /contrib | |
parent | 6ccda0b02e143a179e2c62c2cce5b0f53dcf5022 (diff) |
fix test issues with new DB schema
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/auditor-report.tex.j2 | 6 |
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 |