|
Lines 115-121
subtest 'get() tests' => sub {
Link Here
|
| 115 |
my $order = $builder->build_object( |
115 |
my $order = $builder->build_object( |
| 116 |
{ |
116 |
{ |
| 117 |
class => 'Koha::Acquisition::Orders', |
117 |
class => 'Koha::Acquisition::Orders', |
| 118 |
value => { orderstatus => 'new' } |
118 |
value => { orderstatus => 'new', value => { ecost_tax_excluded => 9963405519357589504, unitprice => 10177559957753600000 } } |
| 119 |
} |
119 |
} |
| 120 |
); |
120 |
); |
| 121 |
my $patron = $builder->build_object({ |
121 |
my $patron = $builder->build_object({ |
| 122 |
- |
|
|