@@ -, +, @@ pref editor - Go to Administration > System preferences - Verify the Aquisition tab is second and preselected - Apply patch - Repeat - Verify now Accounting is selected --- admin/preferences.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/admin/preferences.pl +++ a/admin/preferences.pl @@ -309,7 +309,7 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( my $op = $input->param( 'op' ) || ''; my $tab = $input->param( 'tab' ); -$tab ||= 'acquisitions'; # Ideally this should be "local-use" but preferences.pl +$tab ||= 'accounting'; # Ideally this should be "local-use" but preferences.pl # does not presently support local use preferences my $highlighted; --