Minor fix on remisecheque display

This commit is contained in:
Maxime Kohlhaas 2013-07-19 13:39:01 +02:00
parent 196bce7e11
commit 9d8438ecdd

View File

@ -260,7 +260,7 @@ if (! empty($conf->banque->enabled))
print '<tr>';
print '<td>'.$langs->trans('CheckReceipt').'</td>';
print '<td colspan="3">';
print $bordereau->getNomUrl(1,0,'showall');
print $bordereau->getNomUrl(1);
print '</td>';
print '</tr>';
}