X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FBP.pm;h=f7eaf2b5c2ff65a216a829224fdc3443df6c082c;hb=071e5546e649fc0108f64adfb1d0f8356dbe2716;hp=c8b4a3ddd696449ddff4497490d908eecbceea43;hpb=9ae7f1f9554c44bb7146be17c31acf224c249c7e;p=kivitendo-erp.git 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});