Fix: Missing alignement
This commit is contained in:
parent
69f0d596ba
commit
2d260fa6dd
@ -376,7 +376,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
print '<td colspan="2">'.$langs->trans("TotalBuyingPriceMin").': ';
|
print '<td colspan="2">'.$langs->trans("TotalBuyingPriceMin").': ';
|
||||||
if ($atleastonenotdefined) print $langs->trans("Unknown").' ('.$langs->trans("SomeSubProductHaveNoPrices").')';
|
if ($atleastonenotdefined) print $langs->trans("Unknown").' ('.$langs->trans("SomeSubProductHaveNoPrices").')';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>'.($atleastonenotdefined?'':price($total,'','',0,0,-1,$conf->currency)).'</td>';
|
print '<td align="right">'.($atleastonenotdefined?'':price($total,'','',0,0,-1,$conf->currency)).'</td>';
|
||||||
if (! empty($conf->stock->enabled)) print '<td class="liste_total" align="right"> </td>';
|
if (! empty($conf->stock->enabled)) print '<td class="liste_total" align="right"> </td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user