X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAR.pm;h=280184d7e92c46d57f311235f3591972afa35e3b;hb=6e47b4668e7370af7f531af123a16581f4880079;hp=b856f44a73e1c70007bf7e4b8d7bf26069e94d5c;hpb=6ceacc682f9c760e654f5aacde9b8480760d8b36;p=kivitendo-erp.git diff --git a/SL/AR.pm b/SL/AR.pm index b856f44a7..280184d7e 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -575,7 +575,7 @@ sub ar_transactions { $where .= " AND a.department_id = ?"; push(@values, $form->{department_id}); } - foreach my $column (qw(invnumber ordnumber cusordnumber notes transaction_description)) { + foreach my $column (qw(invnumber ordnumber cusordnumber notes transaction_description shipvia shippingpoint)) { if ($form->{$column}) { $where .= " AND a.$column ILIKE ?"; push(@values, like($form->{$column}));