Fix box activity again

This commit is contained in:
Laurent Destailleur 2017-09-17 21:21:12 +02:00
parent e244ee6715
commit 0ed5b329a7

View File

@ -438,11 +438,6 @@ class box_activity extends ModeleBoxes
'td' => 'align="center"',
'text'=>$langs->trans("NoRecordedInvoices"),
);
} else {
$this->info_box_contents[0][0] = array(
'td' => '',
'maxlength'=>500, 'text' => ($db->error().' sql='.$sql),
);
}
}