|
Link Here
|
| 131 |
basketno => $basketno, |
131 |
basketno => $basketno, |
| 132 |
booksellers => \@booksellers, |
132 |
booksellers => \@booksellers, |
| 133 |
is_standing => $basket->{is_standing}, |
133 |
is_standing => $basket->{is_standing}, |
|
|
134 |
create_items => $basket->{create_items}, |
| 134 |
); |
135 |
); |
| 135 |
|
136 |
|
| 136 |
my $billingplace = $basket->{'billingplace'} || C4::Context->userenv->{"branch"}; |
137 |
my $billingplace = $basket->{'billingplace'} || C4::Context->userenv->{"branch"}; |