Skip to content
Snippets Groups Projects
Commit fcc0632b authored by Drosis Nikos's avatar Drosis Nikos
Browse files

In list view and label product

parent 1ae4341d
No related branches found
No related tags found
No related merge requests found
......@@ -259,13 +259,15 @@ if ($result)
print dol_print_date($db->jdate($objp->datef),'day')."</td>";
}
else {
print '<td>';
$product_static->type=$objp->fk_product_type;
$product_static->id=$objp->rowid;
$product_static->ref=$objp->ref;
$product_static->libelle=$objp->label;
$text=$product_static->getNomUrl(1);
$text.= ' - '.$objp->label;
print "<td>".$product_static->getNomUrl(1)."</td>\n";
print $text.= ' - '.$objp->label;
print "</td>\n";
//print "<td>".$product_static->getNomUrl(1)."</td>\n";
}
print "<td align=\"right\">".price($pv, null, null, null, null, $rounding)."</td>\n";
print "<td align=\"right\">".price($pa, null, null, null, null, $rounding)."</td>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment