No statement row for old DM accounts
authorJoey Schulze <joey@infodrom.org>
Wed, 21 Mar 2007 15:45:29 +0000 (15:45 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 21 Mar 2007 15:45:29 +0000 (15:45 +0000)
src/InfoCon/account/query.wml

index 83e6955..2842431 100644 (file)
@@ -71,6 +71,8 @@ input.submit {
 <label for=year>Jahr</label>
 <input id=year name=year size=10 maxlength=4>
 
+<? if (!isset($_GET["cur"]) || $_GET["cur"] != "dm") { ?>
+
 <br class="none">
 <label for=statement>Auszug</label>
 <select id=statement name=statement>
@@ -84,6 +86,7 @@ input.submit {
     printf ("<option value=\"%s\">%s", $cat['statement'], $cat['statement']);
   }
 ?></select>
+<? } ?>
 
 <br class="none">
 <label for=category>Kategorie</label>