The variable $out seems to be never defined.

This commit is contained in:
Frédéric FRANCE 2019-10-01 13:45:18 +02:00 committed by GitHub
parent f91242c66c
commit 52b0a0d609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1041,7 +1041,7 @@ class FormTicket
// Attached files
if (!empty($this->withfile)) {
$out .= '<tr>';
$out = '<tr>';
$out .= '<td width="180">' . $langs->trans("MailFile") . '</td>';
$out .= '<td colspan="2">';
// TODO Trick to have param removedfile containing nb of image to delete. But this does not works without javascript