File preview is not working
This commit is contained in:
ksar 2021-09-20 11:50:10 +02:00 committed by GitHub
parent e433dabc64
commit 131677a5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2553,7 +2553,7 @@ if ($action == 'create') {
// Presend form
$modelmail = 'shipping_send';
$defaulttopic = 'SendShippingRef';
$diroutput = $conf->expedition->dir_output.'/sending';
$diroutput = $conf->expedition->dir_output;
$trackid = 'shi'.$object->id;
include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php';