Skip to content

Commit

Permalink
CUYAHOGA - Marc ordering - fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kidclamp committed Jul 2, 2024
1 parent d608f12 commit 6000135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/MarcOrder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ sub parse_input_into_order_line_fields {
basket_id => $basket_id,
budget_id => $budget_id,
c_quantity => $fields->{c_quantity},
c_budget_id => $fields->{c_budget_id},
c_budget_id => $fields->{c_budget_code},
c_discount => $fields->{c_discount},
c_sort1 => $fields->{c_sort1},
c_sort2 => $fields->{c_sort2},
Expand Down

0 comments on commit 6000135

Please sign in to comment.