#1725 Missing table cells in services list header
This commit is contained in:
parent
a81c483061
commit
477aeecdac
@ -324,12 +324,16 @@ else
|
|||||||
print '<td class="liste_titre" align="left">';
|
print '<td class="liste_titre" align="left">';
|
||||||
print '<input class="flat" type="text" name="snom" size="12" value="'.$snom.'">';
|
print '<input class="flat" type="text" name="snom" size="12" value="'.$snom.'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
// Barcode
|
||||||
if (! empty($conf->barcode->enabled))
|
if (! empty($conf->barcode->enabled))
|
||||||
{
|
{
|
||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
print '<input class="flat" type="text" name="sbarcode" size="6" value="'.$sbarcode.'">';
|
print '<input class="flat" type="text" name="sbarcode" size="6" value="'.$sbarcode.'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Date modification
|
||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
print ' ';
|
print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
@ -363,16 +367,7 @@ else
|
|||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
print ' ';
|
print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
//desiredstock
|
// Desired stock
|
||||||
print '<td class="liste_titre">';
|
|
||||||
print ' ';
|
|
||||||
print '</td>';
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
print '<td class="liste_titre">';
|
|
||||||
print ' ';
|
|
||||||
print '</td>';
|
|
||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
print ' ';
|
print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
@ -501,15 +496,6 @@ else
|
|||||||
print $product_static->stock_reel;
|
print $product_static->stock_reel;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
print '<td>';
|
|
||||||
print ' ';
|
|
||||||
print '</td>';
|
|
||||||
print '<td>';
|
|
||||||
print ' ';
|
|
||||||
print '</td>';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Status (to buy)
|
// Status (to buy)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user