|
Lines 152-158
sub test_queue {
Link Here
|
| 152 |
$test_name = "$test_name (".($use_cost_matrix ? "" : "don't")." use cost matrix)"; |
152 |
$test_name = "$test_name (".($use_cost_matrix ? "" : "don't")." use cost matrix)"; |
| 153 |
|
153 |
|
| 154 |
$use_cost_matrix_sth->execute($use_cost_matrix); |
154 |
$use_cost_matrix_sth->execute($use_cost_matrix); |
| 155 |
C4::Context->_flush_preferences(); |
155 |
C4::Context->clear_syspref_cache(); |
| 156 |
C4::HoldsQueue::CreateQueue(); |
156 |
C4::HoldsQueue::CreateQueue(); |
| 157 |
|
157 |
|
| 158 |
my $results = $dbh->selectall_arrayref($test_sth, { Slice => {} }); # should be only one |
158 |
my $results = $dbh->selectall_arrayref($test_sth, { Slice => {} }); # should be only one |
| 159 |
- |
|
|