selects
This commit is contained in:
parent
72afadb84e
commit
2c3053b9ee
@ -564,7 +564,7 @@ if ($resql) {
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
print '<td align="right">';
|
print '<td align="right">';
|
||||||
print $form->select_product_fourn_price($prod->id,
|
print $form->select_product_fourn_price($prod->id,
|
||||||
'fourn' . $i);
|
'fourn' . $i, 1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td> </td>';
|
print '<td> </td>';
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user