This commit is contained in:
Nicolas Bally 2020-06-18 17:20:38 +02:00
parent 756f481f55
commit a8a4d8d0a8

View File

@ -131,7 +131,7 @@ class PCustomer < ApplicationRecord
after_create :do_import after_create :do_import
after_save do after_update do
self.do_import if self.refresh_import self.do_import if self.refresh_import
end end