// PdfOrderSlipController with eol

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8916 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-09-30 08:17:00 +00:00
parent a2483c8114
commit 4b56fa5c68
+1 -1
View File
@@ -52,4 +52,4 @@ class PdfOrderSlipControllerCore extends FrontController
$ref = null;
PDF::invoice($order, 'D', false, $ref, $orderSlip);
}
}
}