| 5 |
description => "Add syspref to control location for use of AllowRenewalIfOtherItemsAvailable", |
6 |
description => "Add system preference to control location for use of AllowRenewalIfOtherItemsAvailable", |
| 8 |
my ( $dbh, $out ) = @$args{qw(dbh out)}; |
9 |
my ( $dbh, $out ) = @$args{qw(dbh out)}; |
| 11 |
q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('AllowRenewalIfOtherItemsAvailableLocation', 'any', 'any|holdbranch', 'Specify where items must be available for fulfilling holds to allow a renewal.', 'Choice') } |
12 |
q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('AllowRenewalIfOtherItemsAvailableLocation', 'any', 'any|holdbranch', 'Specify where items must be available for fulfilling holds to allow a renewal.', 'Choice') } |
| 14 |
say $out "Added system preference 'AllowRenewalIfOtherItemsAvailableLocation'"; |
15 |
say_success( $out, "Added new system preference 'AllowRenewalIfOtherItemsAvailableLocation'" ); |