Update lib/reporting/reports/suppliers/helpers/columns_helper.rb

Co-authored-by: David Cook <david@redcliffs.net>
This commit is contained in:
Ahmed Ejaz
2024-10-08 23:54:47 +05:00
committed by Rachel Arnould
parent 654263a823
commit 458c8f7608

View File

@@ -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