Skip to content
Snippets Groups Projects
Commit ae3c83b7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2133 from aspangaro/3.6-patch2

#1725 Missing table cells in services list header
parents a07852c6 477aeecd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment