Fix link in popup of shipment

This commit is contained in:
Laurent Destailleur 2019-10-23 01:35:32 +02:00
parent d25af2d199
commit 0180014d4d
2 changed files with 2 additions and 1 deletions

View File

@ -2257,7 +2257,7 @@ elseif ($id || $ref)
if (! empty($conf->stock->enabled) && $shipmentline_var['warehouse'] > 0)
{
$warehousestatic->fetch($shipmentline_var['warehouse']);
$htmltext .= '<br>'.$langs->trans("From").' : '.$warehousestatic->getNomUrl(1);
$htmltext .= '<br>'.$langs->trans("FromLocation").' : '.$warehousestatic->getNomUrl(1, '', 0, 1);
}
print ' '.$form->textwithpicto('', $htmltext, 1);
}

View File

@ -476,6 +476,7 @@ Categories=Tags/categories
Category=Tag/category
By=By
From=From
FromLocation=From
to=to
and=and
or=or