Lines 31-36
use C4::Biblio;
Link Here
|
31 |
use C4::Items; |
31 |
use C4::Items; |
32 |
use C4::Search; |
32 |
use C4::Search; |
33 |
|
33 |
|
|
|
34 |
use Koha::Number::Price; |
34 |
use Koha::Acquisition::Booksellers; |
35 |
use Koha::Acquisition::Booksellers; |
35 |
|
36 |
|
36 |
use List::MoreUtils qw/any/; |
37 |
use List::MoreUtils qw/any/; |
Lines 57-62
my $bookfund = $input->param("bookfund");
Link Here
|
57 |
my $order = GetOrder($ordernumber); |
58 |
my $order = GetOrder($ordernumber); |
58 |
my $new_ordernumber = $ordernumber; |
59 |
my $new_ordernumber = $ordernumber; |
59 |
|
60 |
|
|
|
61 |
$unitprice = Koha::Number::Price->new( $unitprice )->unformat(); |
62 |
|
60 |
#need old receivedate if we update the order, parcel.pl only shows the right parcel this way FIXME |
63 |
#need old receivedate if we update the order, parcel.pl only shows the right parcel this way FIXME |
61 |
if ($quantityrec > $origquantityrec ) { |
64 |
if ($quantityrec > $origquantityrec ) { |
62 |
my @received_items = (); |
65 |
my @received_items = (); |