View | Details | Raw Unified | Return to bug 25120
Collapse All | Expand All

(-)a/admin/preferences.pl (-2 / +1 lines)
Lines 309-315 my ( $template, $borrowernumber, $cookie ) = get_template_and_user( Link Here
309
309
310
my $op = $input->param( 'op' ) || '';
310
my $op = $input->param( 'op' ) || '';
311
my $tab = $input->param( 'tab' );
311
my $tab = $input->param( 'tab' );
312
$tab ||= 'acquisitions'; # Ideally this should be "local-use" but preferences.pl
312
$tab ||= 'accounting'; # Ideally this should be "local-use" but preferences.pl
313
                         # does not presently support local use preferences
313
                         # does not presently support local use preferences
314
314
315
my $highlighted;
315
my $highlighted;
316
- 

Return to bug 25120