]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AR.pm
Shopware6: utf8 für json kodieren
[mfinanz.git] / SL / AR.pm
index b856f44a73e1c70007bf7e4b8d7bf26069e94d5c..280184d7e92c46d57f311235f3591972afa35e3b 100644 (file)
--- 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}));