Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Jun 7, 2024
1 parent 586a705 commit 55365be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/reflexes/admin/orders_reflex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def abn_required?
def distributors_without_abn(orders)
Enterprise.where(
id: orders.select(:distributor_id),
abn: [nil,""],
abn: [nil, ""],
)
end
end
Expand Down

0 comments on commit 55365be

Please sign in to comment.