|
Lines 195-201
if ($suggestion_id) {
Link Here
|
| 195 |
if (C4::Context->preference("AcquisitionLog")) { |
195 |
if (C4::Context->preference("AcquisitionLog")) { |
| 196 |
my $infos = { |
196 |
my $infos = { |
| 197 |
quantityrec => $quantityrec, |
197 |
quantityrec => $quantityrec, |
| 198 |
bookfund => $bookfund, |
198 |
bookfund => $bookfund || 'unchanged', |
| 199 |
tax_rate => $input->param("tax_rate"), |
199 |
tax_rate => $input->param("tax_rate"), |
| 200 |
replacementprice => $replacementprice, |
200 |
replacementprice => $replacementprice, |
| 201 |
unitprice => $unitprice |
201 |
unitprice => $unitprice |