X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bc40bcabc425b99f3b79a5544684a6fe8674adfe..612e3ebee1757bdc62db37fa348f028c36157ed4:/SL/AP.pm diff --git a/SL/AP.pm b/SL/AP.pm index 9e108a1ca..92dc733ad 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -507,6 +507,33 @@ sub ap_transactions { } } + if ($form->{parts_partnumber}) { + $where .= <{parts_partnumber}); + } + + if ($form->{parts_description}) { + $where .= <{parts_description}); + } + if ($where) { substr($where, 0, 4, " WHERE "); $query .= $where;