From 2bb523dcb4a503231a177a918345de443c62a84a Mon Sep 17 00:00:00 2001 From: Diego Steiner Date: Sun, 28 Jan 2024 15:25:20 +0000 Subject: [PATCH] fix: qr iban --- app/models/payment_infos/qr_bill.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/payment_infos/qr_bill.rb b/app/models/payment_infos/qr_bill.rb index fa07a90d..7aea118a 100644 --- a/app/models/payment_infos/qr_bill.rb +++ b/app/models/payment_infos/qr_bill.rb @@ -71,7 +71,7 @@ def debitor_address_lines end def creditor_account - organisation.iban.presence + organisation.iban.to_s.presence end def currency