Lines 380-385
if ( $op eq 'list' ) {
Link Here
|
380 |
last; |
380 |
last; |
381 |
} |
381 |
} |
382 |
|
382 |
|
|
|
383 |
my $basket_obj = Koha::Acquisition::Baskets->find($basketno); |
384 |
my $edi_order = $basket_obj->edi_order; |
385 |
|
383 |
$template->param( |
386 |
$template->param( |
384 |
basketno => $basketno, |
387 |
basketno => $basketno, |
385 |
basket => $basket, |
388 |
basket => $basket, |
Lines 391-396
if ( $op eq 'list' ) {
Link Here
|
391 |
basketcontractname => $contract->{contractname}, |
394 |
basketcontractname => $contract->{contractname}, |
392 |
branches_loop => \@branches_loop, |
395 |
branches_loop => \@branches_loop, |
393 |
creationdate => $basket->{creationdate}, |
396 |
creationdate => $basket->{creationdate}, |
|
|
397 |
edi_order => $edi_order, |
394 |
authorisedby => $basket->{authorisedby}, |
398 |
authorisedby => $basket->{authorisedby}, |
395 |
authorisedbyname => $basket->{authorisedbyname}, |
399 |
authorisedbyname => $basket->{authorisedbyname}, |
396 |
users_ids => join(':', @basketusers_ids), |
400 |
users_ids => join(':', @basketusers_ids), |