|
Lines 44-50
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
Link Here
|
| 44 |
|
44 |
|
| 45 |
my $op = $input->param('op'); |
45 |
my $op = $input->param('op'); |
| 46 |
|
46 |
|
| 47 |
if ( $op eq 'set_float_limits' ) { |
47 |
if ( $op eq 'cud-set_float_limits' ) { |
| 48 |
my $schema = Koha::Database->new()->schema(); |
48 |
my $schema = Koha::Database->new()->schema(); |
| 49 |
my @branches = Koha::Libraries->search()->as_list; |
49 |
my @branches = Koha::Libraries->search()->as_list; |
| 50 |
my @itemtypes = Koha::ItemTypes->search()->as_list; |
50 |
my @itemtypes = Koha::ItemTypes->search()->as_list; |