forked from Wavyzz/dolibarr
Look: Enhance look
This commit is contained in:
@@ -225,7 +225,7 @@ if ($id || $ref)
|
||||
//print $productstatic->getNomUrl(1).'<br>';
|
||||
//print $value[0]; // This contains a tr line.
|
||||
print '<tr>';
|
||||
print '<td>'.$productstatic->getNomUrl(1,'composition').' ('.$value['nb'].')    </td>';
|
||||
print '<td>'.$productstatic->getNomUrl(1).' ('.$value['nb'].')    </td>';
|
||||
if ($conf->stock->enabled) print '<td>'.$langs->trans("Stock").' : <b>'.$productstatic->stock_reel.'</b></td>';
|
||||
print '</tr>';
|
||||
}
|
||||
@@ -248,7 +248,7 @@ if ($id || $ref)
|
||||
$productstatic->type=$value["fk_product_type"];
|
||||
$productstatic->ref=$value['label'];
|
||||
print '<tr>';
|
||||
print '<td>'.$productstatic->getNomUrl(1,'composition').'</td>';;
|
||||
print '<td>'.$productstatic->getNomUrl(1).'</td>';;
|
||||
print '</tr>';
|
||||
}
|
||||
print '</table>';
|
||||
@@ -310,7 +310,7 @@ if ($id || $ref)
|
||||
//print $productstatic->getNomUrl(1).'<br>';
|
||||
//print $value[0]; // This contains a tr line.
|
||||
print '<tr>';
|
||||
print '<td>'.$productstatic->getNomUrl(1,'composition').' ('.$value['nb'].')    </td>';
|
||||
print '<td>'.$productstatic->getNomUrl(1).' ('.$value['nb'].')    </td>';
|
||||
if ($conf->stock->enabled) print '<td>'.$langs->trans("Stock").' : <b>'.$productstatic->stock_reel.'</b></td>';
|
||||
print '</tr>';
|
||||
}
|
||||
@@ -333,7 +333,7 @@ if ($id || $ref)
|
||||
$productstatic->type=$value["fk_product_type"];
|
||||
$productstatic->ref=$value['label'];
|
||||
print '<tr>';
|
||||
print '<td>'.$productstatic->getNomUrl(1,'composition').'</td>';;
|
||||
print '<td>'.$productstatic->getNomUrl(1).'</td>';;
|
||||
print '</tr>';
|
||||
}
|
||||
print '</table>';
|
||||
|
||||
Reference in New Issue
Block a user