Skip to content

Commit

Permalink
Only include request_unit on request_items when specified [#4579]
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Jan 6, 2025
1 parent a622b15 commit 469565d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/partners/request_create_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def populate_item_request(partner_request)
item_id: ir.item_id,
quantity: ir.quantity,
request_unit: ir.request_unit
}
}.compact
end

partner_request
Expand Down

0 comments on commit 469565d

Please sign in to comment.