diff --git a/app/views/admin/m_odr_remises/export_sepa.html.erb b/app/views/admin/m_odr_remises/export_sepa.html.erb index 5eeec6a..85135fc 100644 --- a/app/views/admin/m_odr_remises/export_sepa.html.erb +++ b/app/views/admin/m_odr_remises/export_sepa.html.erb @@ -34,12 +34,12 @@ - <%= @iban.to_s.gsub(" ", "") %> + <%= @iban.upcase.to_s.gsub(" ", "") %> - <%= @bic.to_s.gsub(" ", "") %> + <%= @bic.upcase.to_s.gsub(" ", "") %> SLEV @@ -57,7 +57,7 @@ - <%= m_odr_virement.bic_to %> + <%= m_odr_virement.upcase.bic_to %> @@ -70,7 +70,7 @@ - <%= m_odr_virement.iban_to.gsub(" ", "") %> + <%= m_odr_virement.iban_to.upcase.gsub(" ", "") %>