This commit is contained in:
Nicolas Bally 2021-03-03 18:22:47 +01:00
parent 52acb2094f
commit 6649167bee

View File

@ -22,7 +22,7 @@
.col-sm-2
= form.input :parent_id, :label => "Ambassadeur :", :include_blank => true, :collection => PCustomer.where(:ambassadeur => true).all, :as => :select, :member_label => :member_label
= form.input :parent_id, :label => "Si un ambassadeur vous a parlé de nous, sélectionnez son nom dans la liste :", :include_blank => true, :collection => PCustomer.where(:ambassadeur => true).all, :as => :select, :member_label => :member_label
.col-sm-2
%br