Skip to content

Commit

Permalink
CUYAHOGA - Pickup replacementprice from MarcFieldsToOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
kidclamp authored and kylemhall committed Oct 29, 2024
1 parent 810df5b commit 5202049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Koha/MarcOrder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,7 @@ sub _create_item_fields_from_syspref {
replacementprices => \@replacementprices,
itemcallnumbers => \@itemcallnumbers,
c_quantity => $marc_fields_to_order->{quantity},
c_replacement_price=> $marc_fields_to_order->{replacementprice},
c_budget_code => $marc_fields_to_order->{budget_code},
c_price => $marc_fields_to_order->{price},
c_discount => $marc_fields_to_order->{discount},
Expand Down

0 comments on commit 5202049

Please sign in to comment.