X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3bea4ff908b8fed37d5c7dfb908c8421d33572eb..f9f5330a26eb3f447677ab2524c823cb9f96723b:/bin/mozilla/is.pl diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index b5479473c..eb9dd849f 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -105,6 +105,11 @@ sub invoice_links { $cp_id = $form->{cp_id}; IS->get_customer(\%myconfig, \%$form); + #quote all_customer Bug 133 + foreach $ref (@{ $form->{all_customer} }) { + $ref->{name} = $form->quote($ref->{name}); + } + IS->retrieve_invoice(\%myconfig, \%$form); $form->{cp_id} = $cp_id; @@ -239,6 +244,9 @@ sub form_header { s/option>\Q$form->{$item}\E/option selected>$form->{$item}/; } + #quote customer Bug 133 + $form->{selectcustomer} = $form->quote($form->{selectcustomer}); + #build contacts if ($form->{all_contacts}) {