X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/772ec8725a6da1fd25a9e256d16e44b4c5231904..692e001fa8962e1a6acbcf41a2a1d485e1dfe085:/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});