Remove bad fix for unreproducible bug
This commit is contained in:
parent
afedc83193
commit
b2c1f2adea
|
@ -121,9 +121,6 @@ EOF;
|
|||
$i = 1;
|
||||
foreach($f->contenu as $k=>$v)
|
||||
{
|
||||
if ( $k == 'prix' ) {
|
||||
continue;
|
||||
}
|
||||
echo '<tr><td>';
|
||||
echo str_replace("\n", '<br>', $v['designation']);
|
||||
echo '</td><td>';
|
||||
|
|
Loading…
Reference in New Issue