mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Update lib/reporting/reports/suppliers/helpers/columns_helper.rb
Co-authored-by: David Cook <david@redcliffs.net>
This commit is contained in:
committed by
Rachel Arnould
parent
654263a823
commit
458c8f7608
@@ -19,7 +19,7 @@ module Reporting
|
||||
proc do |line_items|
|
||||
supplier = supplier(line_items)
|
||||
|
||||
supplier.abn.presence || supplier.acn
|
||||
[supplier.abn, supplier.acn].compact_blank.join("/")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user