Fix: we must use stockreal of stockvirtual when we are speaking about
stock ('stock' alone is not accurate enough)
This commit is contained in:
parent
9e4e9a5411
commit
c80007c680
@ -402,7 +402,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
print '<td align="center">'.$langs->trans("KeepToShip").'</td>';
|
print '<td align="center">'.$langs->trans("KeepToShip").'</td>';
|
||||||
if (! empty($conf->stock->enabled))
|
if (! empty($conf->stock->enabled))
|
||||||
{
|
{
|
||||||
print '<td align="center">'.$langs->trans("Stock").'</td>';
|
print '<td align="center">'.$langs->trans("RealStock").'</td>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user