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

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

stock ('stock' alone is not accurate enough) 
parent 9e4e9a54
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
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