Fix box activity again

This commit is contained in:
Laurent Destailleur
2017-09-17 21:21:12 +02:00
parent 196c5c1267
commit 99149b5cfe

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),
);
}
}