]> git.plutz.net Git - confetti/blobdiff - cards/export_csv.sh
styling for iban assignment
[confetti] / cards / export_csv.sh
index 6f17d1f404e4cb8e442eea62f5361b6e1e9c3f7f..b566c034d3bbec750d5d57d99f1b2887cce08773 100755 (executable)
@@ -4,8 +4,6 @@
 . $_EXEC/cards/l10n.sh
 . $_EXEC/cards/list.sh
 
-upcase=' y;abcdefghijklmnopqrstuvwxyzäöüé;ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÜÉ;; '
-
 filter="$(GET f)"
 order="$(GET o)"
 
@@ -29,7 +27,7 @@ list_item() {
       ttype="$(pdi_attrib "$card" "$item" "$n" TYPE)"
       if [ "$tel" -a "$ttype" ]; then 
         printf '%s: %s\n' "$(l10n "TYPE=$ttype")" "$tel"
-      elif [ "$tel" -a "$ttype" ]; then
+      elif [ "$tel" ]; then
         printf '%s\n' "$tel"
       fi
       ;;