X-Git-Url: https://git.plutz.net/?p=invoices;a=blobdiff_plain;f=senders.sh;h=757ce22e1aeaa55a54c3374525ce2e1eb60787ac;hp=a4ff71f171ed3e1bd05f49956eaa7f37ca61a925;hb=53de77e6d3528e016290821c5d1186788cf361e3;hpb=61d4c0246fddb3af0cd3287e77814c867f67f80f diff --git a/senders.sh b/senders.sh index a4ff71f..757ce22 100755 --- a/senders.sh +++ b/senders.sh @@ -30,7 +30,7 @@ xxx / 000 / ### ]' \ "$(HTML $id)" "$(HTML "${address}")" \ "$(HTML "${iban}")" "$(HTML "${bic}")" \ - "$(tid "senders/$id")" + "$(transid "senders/$id")" } list_senders(){ @@ -49,7 +49,7 @@ list_senders(){ update_sender(){ id="$(POST id |checkid)" - if [ "$(POST update)" = "$(tid "senders/$id")" ]; then + if [ "$(POST update)" = "$(transid "senders/$id")" ]; then mkdir -p senders printf 'address=%s iban=%s bic=%s\n' \ $(POST address |STRING) $(POST iban |STRING) \