]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ar.pl
Einige strict Probleme mit vclimit=0
[mfinanz.git] / bin / mozilla / ar.pl
index a285f52380bdf504d10b49f52904bb2a487cc707..ced937e2bd32082d30948963335ac4cf52f5b2b4 100644 (file)
@@ -173,7 +173,7 @@ sub create_links {
   map { $form->{selectcurrency} .= "<option>$_\n" } @curr;
 
   # customers
-  if (@{ $form->{all_customer} }) {
+  if (@{ $form->{all_customer} || [] }) {
     $form->{customer} = "$form->{customer}--$form->{customer_id}";
     map { $form->{selectcustomer} .= "<option>$_->{name}--$_->{id}\n" }
       (@{ $form->{all_customer} });