Fix: we must use stockreal of stockvirtual when we are speaking about

stock ('stock' alone is not accurate enough)
This commit is contained in:
Laurent Destailleur 2015-03-06 21:57:58 +01:00
parent 9e4e9a5411
commit c80007c680

View File

@ -402,7 +402,7 @@ if ($id > 0 || ! empty($ref))
print '<td align="center">'.$langs->trans("KeepToShip").'</td>';
if (! empty($conf->stock->enabled))
{
print '<td align="center">'.$langs->trans("Stock").'</td>';
print '<td align="center">'.$langs->trans("RealStock").'</td>';
}
else
{