|
Lines 53-59
my $samplebranch1 = {
Link Here
|
| 53 |
branchemail => 'sample email', |
53 |
branchemail => 'sample email', |
| 54 |
branchurl => 'sample url', |
54 |
branchurl => 'sample url', |
| 55 |
branchip => 'sample ip', |
55 |
branchip => 'sample ip', |
| 56 |
opac_info => 'sample opac', |
|
|
| 57 |
}; |
56 |
}; |
| 58 |
my $samplebranch2 = { |
57 |
my $samplebranch2 = { |
| 59 |
branchcode => 'SAB2', |
58 |
branchcode => 'SAB2', |
|
Lines 70-76
my $samplebranch2 = {
Link Here
|
| 70 |
branchemail => 'sample email2', |
69 |
branchemail => 'sample email2', |
| 71 |
branchurl => 'sample url2', |
70 |
branchurl => 'sample url2', |
| 72 |
branchip => 'sample ip2', |
71 |
branchip => 'sample ip2', |
| 73 |
opac_info => 'sample opac2', |
|
|
| 74 |
}; |
72 |
}; |
| 75 |
Koha::Library->new($samplebranch1)->store; |
73 |
Koha::Library->new($samplebranch1)->store; |
| 76 |
Koha::Library->new($samplebranch2)->store; |
74 |
Koha::Library->new($samplebranch2)->store; |