X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fis.pl;h=b13de83de9b5775d7c3cb71b0a7af7113ba0e6e5;hb=3816bb5160e9ccc0652082434f2d3f07b9ea7cb1;hp=aa6a4bebeecaa74554f6ea6e832d0e6fa9189a82;hpb=d139dd31791627953f82749d02702bcb8308ebea;p=kivitendo-erp.git diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index aa6a4bebe..b13de83de 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -322,7 +322,7 @@ sub form_header { $TMPL_VAR{ALL_SHIPTO} = SL::DB::Manager::Shipto->get_all(query => [ or => [ trans_id => $::form->{"$::form->{vc}_id"} * 1, and => [ shipto_id => $::form->{shipto_id} * 1, trans_id => undef ] ] ]); - $TMPL_VAR{ALL_CONTACTS} = SL::DB::Manager::Contact->get_all(query => [ + $TMPL_VAR{ALL_CONTACTS} = SL::DB::Manager::Contact->get_all_sorted(query => [ or => [ cp_cv_id => $::form->{"$::form->{vc}_id"} * 1, and => [