Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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