Skip to content
Snippets Groups Projects
Commit 2cf9bf17 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX Link on supplier invoice in widget was not clickable

parent 6124c601
No related branches found
No related tags found
No related merge requests found
...@@ -117,18 +117,12 @@ class box_factures_fourn_imp extends ModeleBoxes ...@@ -117,18 +117,12 @@ class box_factures_fourn_imp extends ModeleBoxes
} }
$tooltip = $langs->trans('SupplierInvoice') . ': ' . ($objp->ref?$objp->ref:$objp->facid) . '<br>' . $langs->trans('RefSupplier') . ': ' . $objp->ref_supplier; $tooltip = $langs->trans('SupplierInvoice') . ': ' . ($objp->ref?$objp->ref:$objp->facid) . '<br>' . $langs->trans('RefSupplier') . ': ' . $objp->ref_supplier;
$this->info_box_contents[$line][] = array(
'td' => 'align="left" width="16"',
'logo' => $this->boximg,
'tooltip' => $tooltip,
'url' => DOL_URL_ROOT."/fourn/facture/card.php?facid=".$objp->facid,
);
$this->info_box_contents[$line][] = array( $this->info_box_contents[$line][] = array(
'td' => 'align="left"', 'td' => 'align="left"',
'text' => $facturestatic->getNomUrl(1), 'text' => $facturestatic->getNomUrl(1),
'text2'=> $late, 'text2'=> $late,
'asisi' => 1 'asis' => 1
); );
$this->info_box_contents[$line][] = array( $this->info_box_contents[$line][] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment