Merge pull request #2133 from aspangaro/3.6-patch2

#1725 Missing table cells in services list header
This commit is contained in:
Laurent Destailleur 2014-12-08 00:06:54 +01:00
commit ae3c83b7dc

View File

@ -324,12 +324,16 @@ else
print '<td class="liste_titre" align="left">';
print '<input class="flat" type="text" name="snom" size="12" value="'.$snom.'">';
print '</td>';
// Barcode
if (! empty($conf->barcode->enabled))
{
print '<td class="liste_titre">';
print '<input class="flat" type="text" name="sbarcode" size="6" value="'.$sbarcode.'">';
print '</td>';
}
// Date modification
print '<td class="liste_titre">';
print '&nbsp;';
print '</td>';
@ -363,16 +367,7 @@ else
print '<td class="liste_titre">';
print '&nbsp;';
print '</td>';
//desiredstock
print '<td class="liste_titre">';
print '&nbsp;';
print '</td>';
}
else
{
print '<td class="liste_titre">';
print '&nbsp;';
print '</td>';
// Desired stock
print '<td class="liste_titre">';
print '&nbsp;';
print '</td>';
@ -501,15 +496,6 @@ else
print $product_static->stock_reel;
print '</td>';
}
else
{
print '<td>';
print '&nbsp;';
print '</td>';
print '<td>';
print '&nbsp;';
print '</td>';
}
}
// Status (to buy)