forked from Wavyzz/dolibarr
Fix: we must use stockreal of stockvirtual when we are speaking about
stock ('stock' alone is not accurate enough)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user