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) if (! empty($conf->stock->enabled) && $shipmentline_var['warehouse'] > 0)
{ {
$warehousestatic->fetch($shipmentline_var['warehouse']); $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); print ' '.$form->textwithpicto('', $htmltext, 1);
} }

View File

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