Right align numbers in inquiries and lists.
[fa-stable.git] / sales / manage / recurrent_invoices.php
index 55c99864c892462085fc76e129c450527973377f..fef2ddc06ec07e14f71e5be188b612856077fa24 100644 (file)
@@ -137,7 +137,7 @@ while ($myrow = db_fetch($result))
        alt_table_row_color($k);
                
        label_cell($myrow["description"]);
-       label_cell(get_customer_trans_view_str(ST_SALESORDER, $myrow["order_no"]));
+       label_cell(get_customer_trans_view_str(ST_SALESORDER, $myrow["order_no"]), "nowrap align='right'");
        if ($myrow["debtor_no"] == 0)
        {
                label_cell("");