Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LeticiaErrandonea committed Apr 18, 2024
1 parent c0c24b4 commit 87efd04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/forms/add_to_order_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def save

if @original_order.facility.id == @facility_id
add_to_order!
return true
end

if SettingsHelper.feature_on?(:cross_core_projects)
Expand Down

0 comments on commit 87efd04

Please sign in to comment.