X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_groups.php;h=c85d8f6d96847fac671747258e9b07280c25777d;hb=443214a800fa66cd1473b48f6fadd1b09144a5d4;hp=287ba1f2f5010623651d8f37dabae72a4b3bca91;hpb=4d61463530af727a86e5a59e040b06de90ac5ce7;p=fa-stable.git diff --git a/sales/manage/sales_groups.php b/sales/manage/sales_groups.php index 287ba1f2..c85d8f6d 100644 --- a/sales/manage/sales_groups.php +++ b/sales/manage/sales_groups.php @@ -93,7 +93,7 @@ while ($myrow = db_fetch($result)) alt_table_row_color($k); - label_cell($myrow["id"]); + label_cell($myrow["id"], "nowrap align='right'"); label_cell($myrow["description"]); inactive_control_cell($myrow["id"], $myrow["inactive"], 'groups', 'id'); edit_button_cell("Edit".$myrow["id"], _("Edit"));