Popup on links not visible.

This commit is contained in:
Laurent Destailleur 2016-07-11 12:59:07 +02:00
parent b72123e7ec
commit 1756fdbc9f

View File

@ -1676,7 +1676,7 @@ else if ($id || $ref)
$detail.= $langs->trans("DetailWarehouseFormat",$entrepot->libelle,$detail_entrepot->qty_shipped).'<br/>'; $detail.= $langs->trans("DetailWarehouseFormat",$entrepot->libelle,$detail_entrepot->qty_shipped).'<br/>';
} }
} }
print $form->textwithtooltip($langs->trans("DetailWarehouseNumber"),$detail); print $form->textwithtooltip(img_picto('', 'object_stock').' '.$langs->trans("DetailWarehouseNumber"),$detail);
} }
print '</td>'; print '</td>';
} }
@ -1694,7 +1694,7 @@ else if ($id || $ref)
{ {
$detail.= $langs->trans("DetailBatchFormat",$dbatch->batch,dol_print_date($dbatch->eatby,"day"),dol_print_date($dbatch->sellby,"day"),$dbatch->dluo_qty).'<br/>'; $detail.= $langs->trans("DetailBatchFormat",$dbatch->batch,dol_print_date($dbatch->eatby,"day"),dol_print_date($dbatch->sellby,"day"),$dbatch->dluo_qty).'<br/>';
} }
print $form->textwithtooltip($langs->trans("DetailBatchNumber"),$detail); print $form->textwithtooltip(img_picto('', 'object_barcode').' '.$langs->trans("DetailBatchNumber"),$detail);
} }
else else
{ {