X-Git-Url: http://git.plutz.net/?p=invoices;a=blobdiff_plain;f=senders.sh;h=757ce22e1aeaa55a54c3374525ce2e1eb60787ac;hp=a4ff71f171ed3e1bd05f49956eaa7f37ca61a925;hb=HEAD;hpb=2be8dad1ce4b7b9915488511f5c43a1ad7788f8f 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) \