|
Lines 140-145
if ($op eq ""){
Link Here
|
| 140 |
my @import_record_id_selected = $input->multi_param("import_record_id"); |
140 |
my @import_record_id_selected = $input->multi_param("import_record_id"); |
| 141 |
my @quantities = $input->multi_param('quantity'); |
141 |
my @quantities = $input->multi_param('quantity'); |
| 142 |
my @prices = $input->multi_param('price'); |
142 |
my @prices = $input->multi_param('price'); |
|
|
143 |
my @orderreplacementprices = $input->multi_param('replacementprice'); |
| 143 |
my @budgets_id = $input->multi_param('budget_id'); |
144 |
my @budgets_id = $input->multi_param('budget_id'); |
| 144 |
my @discount = $input->multi_param('discount'); |
145 |
my @discount = $input->multi_param('discount'); |
| 145 |
my @sort1 = $input->multi_param('sort1'); |
146 |
my @sort1 = $input->multi_param('sort1'); |
|
Lines 317-322
if ($op eq ""){
Link Here
|
| 317 |
order_internalnote => $cgiparams->{'all_order_internalnote'}, |
318 |
order_internalnote => $cgiparams->{'all_order_internalnote'}, |
| 318 |
order_vendornote => $cgiparams->{'all_order_vendornote'}, |
319 |
order_vendornote => $cgiparams->{'all_order_vendornote'}, |
| 319 |
currency => $cgiparams->{'all_currency'}, |
320 |
currency => $cgiparams->{'all_currency'}, |
|
|
321 |
replacementprice => shift( @orderreplacementprices ), |
| 320 |
); |
322 |
); |
| 321 |
# get the price if there is one. |
323 |
# get the price if there is one. |
| 322 |
my $price= shift( @prices ) || GetMarcPrice($marcrecord, C4::Context->preference('marcflavour')); |
324 |
my $price= shift( @prices ) || GetMarcPrice($marcrecord, C4::Context->preference('marcflavour')); |