X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4dc48e117cfdb6e59c2d8b9d8087ef8a3bc245a4..7d2ab55b52135d5b4b58f3b081830c4efce3678b:/SL/AR.pm 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}));