View | Details | Raw Unified | Return to bug 25513
Collapse All | Expand All

(-)a/t/db_dependent/api/v1/acquisitions_orders.t (-2 / +5 lines)
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 => {
119
                orderstatus => 'new',
120
                ecost_tax_excluded => 9963405519357589504,
121
                unitprice => 10177559957753600000
122
            }
119
        }
123
        }
120
    );
124
    );
121
    my $patron = $builder->build_object({
125
    my $patron = $builder->build_object({
122
- 

Return to bug 25513