diff --git a/htdocs/compta/facture/mergepdftool.php b/htdocs/compta/facture/mergepdftool.php
index fbb44185caa..5acca49d1b1 100644
--- a/htdocs/compta/facture/mergepdftool.php
+++ b/htdocs/compta/facture/mergepdftool.php
@@ -248,12 +248,11 @@ if ($action == 'presend' && GETPOST('sendmail'))
}
}
else
- {
+ {
$nbignored++;
$langs->load("other");
$resultmasssend.='
'.$langs->trans('ErrorCantReadFile',$file).'
';
dol_syslog('Failed to read file: '.$file, LOG_WARNING);
- break ;
}
}
}
@@ -558,9 +557,7 @@ if ($resql)
include_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php';
$formmail = new FormMail($db);
- print '
';
- print_fiche_titre($langs->trans("SendRemind"),'','');
- print '
';
+ dol_fiche_head(null, '', $langs->trans("SendRemind"));
$topicmail="MailTopicSendRemindUnpaidInvoices";
$modelmail="facture_relance";
@@ -600,7 +597,8 @@ if ($resql)
$formmail->param['returnurl']=$_SERVER["PHP_SELF"].'?id='.$object->id;
print $formmail->get_form();
- print '
'."\n";
+
+ dol_fiche_end();
}
print '';