Lines 77-82
subtest 'store' => sub {
Link Here
|
77 |
basketno => $o->basketno, |
77 |
basketno => $o->basketno, |
78 |
biblionumber => $o->biblionumber, |
78 |
biblionumber => $o->biblionumber, |
79 |
budget_id => $o->budget_id, |
79 |
budget_id => $o->budget_id, |
|
|
80 |
quantity => 1, |
80 |
} |
81 |
} |
81 |
)->store; |
82 |
)->store; |
82 |
$order->discard_changes; |
83 |
$order->discard_changes; |
Lines 88-93
subtest 'store' => sub {
Link Here
|
88 |
basketno => $o->basketno, |
89 |
basketno => $o->basketno, |
89 |
biblionumber => $o->biblionumber, |
90 |
biblionumber => $o->biblionumber, |
90 |
budget_id => $o->budget_id, |
91 |
budget_id => $o->budget_id, |
|
|
92 |
quantity => 1, |
91 |
} |
93 |
} |
92 |
)->store; |
94 |
)->store; |
93 |
$order->discard_changes; |
95 |
$order->discard_changes; |
94 |
- |
|
|