|
Link Here
|
| 110 |
$template->param(contractloop => \@contractloop, |
110 |
$template->param(contractloop => \@contractloop, |
| 111 |
basketcontractnumber => $basket->{'contractnumber'}); |
111 |
basketcontractnumber => $basket->{'contractnumber'}); |
| 112 |
} |
112 |
} |
| 113 |
my @booksellers = Koha::Acquisition::Booksellers->search; |
113 |
my @booksellers = Koha::Acquisition::Booksellers->search( |
|
|
114 |
undef, |
| 115 |
{ order_by => { -asc => 'name' } } ); |
| 116 |
|
| 114 |
$template->param( add_form => 1, |
117 |
$template->param( add_form => 1, |
| 115 |
basketname => $basket->{'basketname'}, |
118 |
basketname => $basket->{'basketname'}, |
| 116 |
basketnote => $basket->{'note'}, |
119 |
basketnote => $basket->{'note'}, |