Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed May 17, 2024
1 parent 3d32f70 commit 7a05c7f
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 @@ -145,7 +145,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 7a05c7f

Please sign in to comment.