Remove bad fix for unreproducible bug

This commit is contained in:
Noizette 2023-04-15 02:55:40 +02:00
parent afedc83193
commit b2c1f2adea
1 changed files with 0 additions and 3 deletions

View File

@ -121,9 +121,6 @@ EOF;
$i = 1; $i = 1;
foreach($f->contenu as $k=>$v) foreach($f->contenu as $k=>$v)
{ {
if ( $k == 'prix' ) {
continue;
}
echo '<tr><td>'; echo '<tr><td>';
echo str_replace("\n", '<br>', $v['designation']); echo str_replace("\n", '<br>', $v['designation']);
echo '</td><td>'; echo '</td><td>';