|
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 |
- |
|
|