// PdfOrderSlipController with eol

This commit is contained in:
mMarinetti
2011-09-30 08:17:00 +00:00
parent 15c50a48da
commit 84e77a9bf4
+1 -1
View File
@@ -52,4 +52,4 @@ class PdfOrderSlipControllerCore extends FrontController
$ref = null;
PDF::invoice($order, 'D', false, $ref, $orderSlip);
}
}
}