Skip to content

Commit

Permalink
Code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 18, 2017
1 parent 536e1a9 commit 347883b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/product/list.php
Expand Up @@ -893,7 +893,7 @@
print '</td>';
if (! $i) $totalarray['nbfield']++;
}
// Stock
// Stock real
if (! empty($arrayfields['p.stock']['checked']))
{
print '<td align="right">';
Expand All @@ -905,7 +905,7 @@
print '</td>';
if (! $i) $totalarray['nbfield']++;
}
// Stock
// Stock virtual
if (! empty($arrayfields['stock_virtual']['checked']))
{
print '<td align="right">';
Expand Down

0 comments on commit 347883b

Please sign in to comment.