We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7e9a8 commit c953b42Copy full SHA for c953b42
app/models/partner.rb
@@ -113,7 +113,7 @@ def self.import_csv(csv, organization_id)
113
if svc.errors.present? && svc.partner.errors.blank?
114
warnings << "#{svc.partner.name}: #{svc.errors.full_messages.to_sentence}"
115
elsif svc.errors.present?
116
- errors << "#{svc.partner.name}: #{svc.partner.errors.full_messages.to_sentence}"
+ errors << "#{svc.partner.name}: #{svc.errors.full_messages.to_sentence}"
117
end
118
119
[errors, warnings]
0 commit comments