Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatCRL committed Jan 8, 2025
1 parent 09e2c70 commit 9a81775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/br_danfe/danfe_lib/nfe_lib/infadic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def generate_additional_data
additional_data.push(address_content) if address?
additional_data.push(difal_content) if difal?
additional_data.push(fisco_content) if fisco?
additional_data.push(dup_content) if dup_content.to_s.present?
additional_data.push(dup_content) if dup_content.any?
additional_data.join(' * ')
end

Expand Down

0 comments on commit 9a81775

Please sign in to comment.