Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unstable-feature/theme: Delegate rendering to classes #8

Open
wants to merge 6 commits into
base: unstable
Choose a base branch
from
1 change: 0 additions & 1 deletion admin/security_roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ function clear_data()
check_cells(_("Show inactive:"), 'show_inactive', null, true);
end_row();
end_table();
echo "<hr>";

if (get_post('_show_inactive_update')) {
$Ajax->activate('role');
Expand Down
2 changes: 1 addition & 1 deletion gl/includes/ui/gl_bank_ui.inc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function gl_edit_item_controls(&$order, $dim, $Index=null)
$_POST['code_id'] =
get_company_pref($payment ? 'default_cogs_act':'default_inv_sales_act');
}
echo gl_all_accounts_list('code_id', null, true, true);
ControlRenderer::get()->table_add_cells(gl_all_accounts_list('code_id', null, true, true));
if ($dim >= 1)
dimensions_list_cells(null, 'dimension_id', null, true, " ", false, 1);
if ($dim > 1)
Expand Down
Loading