Added files to Order detail

This commit is contained in:
Frank Schubert
2021-10-22 00:11:56 +02:00
parent 1ab3019d37
commit 877d511030
3 changed files with 77 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ class CpeshippingController extends mfBaseController {
//$values = $tpl->getReturnedValue();
header("Content-type: text/csv");
header("Content-disposition: attachment; filename=\"dhl-shipment-".date("Y-m-d-H-i-s").".csv\"");
echo $body;exit;
}