]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AP.pm
Swiss QR-Bill: QrBill.pm: Änderungen Syntax betreffend
[mfinanz.git] / SL / AP.pm
index 9f34d99700926e321ca1636fa756b3d814576bd1..6912c551b9e6addeae38fb69735042a34c11940b 100644 (file)
--- a/SL/AP.pm
+++ b/SL/AP.pm
@@ -702,7 +702,7 @@ SQL
   my $sortdir   = !defined $form->{sortdir} ? 'ASC' : $form->{sortdir} ? 'ASC' : 'DESC';
   my $sortorder = join(', ', map { "$_ $sortdir" } @a);
 
-  if (grep({ $_ eq $form->{sort} } qw(transdate id invnumber ordnumber name netamount tax amount paid datepaid due duedate notes employee transaction_description direct_debit department))) {
+  if (grep({ $_ eq $form->{sort} } qw(transdate id invnumber ordnumber name netamount tax amount paid datepaid due duedate notes employee transaction_description direct_debit department taxzone))) {
     $sortorder = $form->{sort} . " $sortdir";
   }