|
Lines 262-267
else { #modify order
Link Here
|
| 262 |
$biblionumber = $data->{'biblionumber'}; |
262 |
$biblionumber = $data->{'biblionumber'}; |
| 263 |
$budget_id = $data->{'budget_id'}; |
263 |
$budget_id = $data->{'budget_id'}; |
| 264 |
|
264 |
|
|
|
265 |
# We do not want to modify $subscriptionid here |
| 266 |
# Otherwise prices and notes will be reset with previous orders |
| 267 |
$template->param( |
| 268 |
subscriptionid => $data->{subscriptionid}, |
| 269 |
); |
| 270 |
|
| 265 |
$basket = GetBasket( $data->{'basketno'} ); |
271 |
$basket = GetBasket( $data->{'basketno'} ); |
| 266 |
$basketno = $basket->{'basketno'}; |
272 |
$basketno = $basket->{'basketno'}; |
| 267 |
|
273 |
|
| 268 |
- |
|
|