Lines 39-44
subtest 'get_balance() tests' => sub {
Link Here
|
39 |
|
39 |
|
40 |
$schema->storage->txn_begin; |
40 |
$schema->storage->txn_begin; |
41 |
|
41 |
|
|
|
42 |
# Enable AccountAutoReconcile |
43 |
t::lib::Mocks::mock_preference( 'AccountAutoReconcile', 1 ); |
44 |
|
42 |
my $patron = $builder->build_object({ |
45 |
my $patron = $builder->build_object({ |
43 |
class => 'Koha::Patrons', |
46 |
class => 'Koha::Patrons', |
44 |
value => { flags => 1 } |
47 |
value => { flags => 1 } |
45 |
- |
|
|