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)
|
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);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user