|
Lines 857-862
subtest 'pay() handles lost items when paying by amount ( not specifying the los
Link Here
|
| 857 |
|
857 |
|
| 858 |
$schema->storage->txn_begin; |
858 |
$schema->storage->txn_begin; |
| 859 |
|
859 |
|
|
|
860 |
# Enable AccountAutoReconcile |
| 861 |
t::lib::Mocks::mock_preference( 'AccountAutoReconcile', 1 ); |
| 862 |
|
| 860 |
my $patron = $builder->build_object( { class => 'Koha::Patrons' } ); |
863 |
my $patron = $builder->build_object( { class => 'Koha::Patrons' } ); |
| 861 |
my $library = $builder->build_object( { class => 'Koha::Libraries' } ); |
864 |
my $library = $builder->build_object( { class => 'Koha::Libraries' } ); |
| 862 |
my $account = $patron->account; |
865 |
my $account = $patron->account; |