Increase ref size in list
This commit is contained in:
parent
8ec906233b
commit
b15aed3cb6
@ -283,15 +283,8 @@ if ($resql)
|
|||||||
$product_static->id = $objp->rowid;
|
$product_static->id = $objp->rowid;
|
||||||
$product_static->ref = $objp->ref;
|
$product_static->ref = $objp->ref;
|
||||||
$product_static->type = $objp->fk_product_type;
|
$product_static->type = $objp->fk_product_type;
|
||||||
print $product_static->getNomUrl(1,'',16);
|
print $product_static->getNomUrl(1,'',24);
|
||||||
/* print "<a href=\"fiche.php?id=$objp->rowid\">";
|
print "</td>\n";
|
||||||
if ($objp->fk_product_type==1)
|
|
||||||
print img_object($langs->trans("ShowService"),"service");
|
|
||||||
else
|
|
||||||
print img_object($langs->trans("ShowProduct"),"product");
|
|
||||||
print '</a> ';
|
|
||||||
print '<a href="fiche.php?id='.$objp->rowid.'">'.$objp->ref."</a>";
|
|
||||||
*/ print "</td>\n";
|
|
||||||
|
|
||||||
// Label
|
// Label
|
||||||
print '<td>'.dolibarr_trunc($objp->label,40).'</td>';
|
print '<td>'.dolibarr_trunc($objp->label,40).'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user