diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php index 0119963d63f..16f0de4d91a 100644 --- a/htdocs/accountancy/admin/account.php +++ b/htdocs/accountancy/admin/account.php @@ -350,30 +350,14 @@ if ($resql) print ''; if (!empty($arrayfields['aa.account_number']['checked'])) print ''; if (!empty($arrayfields['aa.label']['checked'])) print ''; -<<<<<<< HEAD -<<<<<<< HEAD - if (!empty($arrayfields['aa.labelshort']['checked'])) print ''; - if (!empty($arrayfields['aa.account_parent']['checked'])) print ''; - if (!empty($arrayfields['aa.pcg_type']['checked'])) print ''; -======= -======= if (!empty($arrayfields['aa.labelshort']['checked'])) print ''; ->>>>>>> upstream/develop if (!empty($arrayfields['aa.account_parent']['checked'])) { print ''; print $formaccounting->select_account($search_accountparent, 'search_accountparent', 2); print ''; } if (!empty($arrayfields['aa.pcg_type']['checked'])) print ''; -<<<<<<< HEAD -<<<<<<< HEAD ->>>>>>> upstream/11.0 -======= ->>>>>>> upstream/develop - if (!empty($arrayfields['aa.pcg_subtype']['checked'])) print ''; -======= if ($conf->global->MAIN_FEATURES_LEVEL >= 2) { if (!empty($arrayfields['aa.reconcilable']['checked'])) print ' '; } ->>>>>>> upstream/develop if (!empty($arrayfields['aa.active']['checked'])) print ' '; print ''; $searchpicto = $form->showFilterAndCheckAddButtons($massactionbutton ? 1 : 0, 'checkforselect', 1);