add tr ids
This commit is contained in:
parent
56c2b8b775
commit
3d88e8cc0e
@ -1188,7 +1188,7 @@ if (!empty($conf->global->PRODUIT_MULTIPRICES) || !empty($conf->global->PRODUIT_
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Price
|
// Price
|
||||||
print '<tr><td>'.$langs->trans("SellingPrice").'</td><td>';
|
print '<tr id="selling_price"><td>'.$langs->trans("SellingPrice").'</td><td>';
|
||||||
if ($object->price_base_type == 'TTC') {
|
if ($object->price_base_type == 'TTC') {
|
||||||
print price($object->price_ttc).' '.$langs->trans($object->price_base_type);
|
print price($object->price_ttc).' '.$langs->trans($object->price_base_type);
|
||||||
} else {
|
} else {
|
||||||
@ -1201,7 +1201,7 @@ if (!empty($conf->global->PRODUIT_MULTIPRICES) || !empty($conf->global->PRODUIT_
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Price minimum
|
// Price minimum
|
||||||
print '<tr><td>'.$langs->trans("MinPrice").'</td><td>';
|
print '<tr id="min_price"><td>'.$langs->trans("MinPrice").'</td><td>';
|
||||||
if ($object->price_base_type == 'TTC') {
|
if ($object->price_base_type == 'TTC') {
|
||||||
print price($object->price_min_ttc).' '.$langs->trans($object->price_base_type);
|
print price($object->price_min_ttc).' '.$langs->trans($object->price_base_type);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user