X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7e724d7659b622237a945ebd52646dc558405fd0..04ab0ddb7ad8b5f3a42a432a6675a652ae720056:/SL/BP.pm diff --git a/SL/BP.pm b/SL/BP.pm index c8b4a3ddd..f7eaf2b5c 100644 --- a/SL/BP.pm +++ b/SL/BP.pm @@ -196,7 +196,7 @@ sub get_spoolfiles { } } - if ($form->{type} =~ /(invoice|sales_order|sales_quotation|puchase_order|request_quotation|packing_list)$/) { + if ($form->{type} =~ /(invoice|sales_order|sales_quotation|purchase_order|request_quotation|packing_list)$/) { if ($form->{transdatefrom}) { $query .= " AND a.transdate >= ?"; push(@values, $form->{transdatefrom});