X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Faccruals.php;h=091458c90fa28cc580ac87151e3679e9cabe4226;hb=23936f0bdf11736bff72d90513846cf94def317e;hp=445e86574aeb43eb908c7c08806f25ba0ea1d2fd;hpb=fe874c11f86ae11cccfb7f4dbc5ad26fff9f618a;p=fa-stable.git diff --git a/gl/accruals.php b/gl/accruals.php index 445e8657..091458c9 100644 --- a/gl/accruals.php +++ b/gl/accruals.php @@ -170,7 +170,7 @@ if (isset($_POST['go']) || isset($_POST['show'])) function frequency_list_row($label, $name, $selected=null) { echo "\n"; - label_cell($label); + label_cell($label, "class='label'"); echo "\n"; $freq = array( '1'=> _("Weekly"), @@ -190,7 +190,8 @@ start_table(TABLESTYLE2); date_row(_("Date"), 'date_', _('First date of Accruals'), true, 0, 0, 0, null, true); start_row(); -gl_all_accounts_list_cells(_("Accrued Balance Account"), 'acc_act', null, true, false, false, true); +label_cell(_("Accrued Balance Account"), "class='label'"); +gl_all_accounts_list_cells(null, 'acc_act', null, true, false, false, true); end_row(); gl_all_accounts_list_row(_("Revenue / Cost Account"), 'res_act', null, true);