Merge pull request #8818 from wdammak/patch-6
NEW Add link to inventory code
This commit is contained in:
commit
f9b46ee0fa
@ -1027,7 +1027,15 @@ if ($resql)
|
|||||||
if (! empty($arrayfields['m.inventorycode']['checked']))
|
if (! empty($arrayfields['m.inventorycode']['checked']))
|
||||||
{
|
{
|
||||||
// Inventory code
|
// Inventory code
|
||||||
print '<td>'.$objp->inventorycode.'</td>';
|
print '<td>'.'<a href="'
|
||||||
|
.DOL_URL_ROOT.'/product/stock/mouvement.php'
|
||||||
|
.'?id='.$objp->entrepot_id
|
||||||
|
.'&search_inventorycode='.$objp->inventorycode
|
||||||
|
.'&search_type_mouvement='.$objp->type_mouvement
|
||||||
|
.'">'
|
||||||
|
.$objp->inventorycode
|
||||||
|
.'</a>'
|
||||||
|
.'</td>';
|
||||||
}
|
}
|
||||||
if (! empty($arrayfields['m.label']['checked']))
|
if (! empty($arrayfields['m.label']['checked']))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user