Lines 189-197
if ( $op eq 'delete_confirm' ) {
Link Here
|
189 |
address3 => $bookseller->{'address3'}, |
189 |
address3 => $bookseller->{'address3'}, |
190 |
address4 => $bookseller->{'address4'}, |
190 |
address4 => $bookseller->{'address4'}, |
191 |
); |
191 |
); |
192 |
} elsif ($op eq 'attachbasket' && $template->{'VARS'}->{'CAN_user_acquisition_group_manage'} == 1) { |
|
|
193 |
print $query->redirect('/cgi-bin/koha/acqui/basketgroup.pl?basketno=' . $basket->{'basketno'} . '&op=attachbasket&booksellerid=' . $booksellerid); |
194 |
# check if we have to "close" a basket before building page |
195 |
} elsif ($op eq 'export') { |
192 |
} elsif ($op eq 'export') { |
196 |
print $query->header( |
193 |
print $query->header( |
197 |
-type => 'text/csv', |
194 |
-type => 'text/csv', |
198 |
- |
|
|