8 |
my ( $dbh, $out ) = @$args{qw(dbh out)}; |
8 |
my ( $dbh, $out ) = @$args{qw(dbh out)}; |
12 |
INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) |
13 |
INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) |
13 |
VALUES ('StaffLocationOnDetail','home','holding|home|both|column','In the staff interface, display the shelving location on its own column or under a library columns.','Choice') |
14 |
VALUES ('StaffLocationOnDetail','home','holding|home|both|column','In the staff interface, display the shelving location on its own column or under a library columns.','Choice') |