Fix link in popup of shipment
This commit is contained in:
parent
d25af2d199
commit
0180014d4d
@ -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);
|
||||
}
|
||||
|
||||
@ -476,6 +476,7 @@ Categories=Tags/categories
|
||||
Category=Tag/category
|
||||
By=By
|
||||
From=From
|
||||
FromLocation=From
|
||||
to=to
|
||||
and=and
|
||||
or=or
|
||||
|
||||
Loading…
Reference in New Issue
Block a user