Commit f368ab22 by Félicie

add à

parent 8b93aa91
Pipeline #2122 passed with stage
in 1 minute 36 seconds
...@@ -293,7 +293,7 @@ function store_new_coop(event) { ...@@ -293,7 +293,7 @@ function store_new_coop(event) {
dataType :'json' dataType :'json'
}).done(function(rData) { }).done(function(rData) {
if (typeof(rData.answer) == 'boolean' && rData.answer == true) { if (typeof(rData.answer) == 'boolean' && rData.answer == true) {
errors.push("Ce membre à déjà un Binôme majeur"); errors.push("Ce membre a déjà un binôme majeur");
} }
if (errors.length == 0) { if (errors.length == 0) {
_really_save_new_coop( _really_save_new_coop(
...@@ -365,7 +365,7 @@ function modify_current_coop() { ...@@ -365,7 +365,7 @@ function modify_current_coop() {
$('.chosen_associate_area').show(); $('.chosen_associate_area').show();
associated_old_choice = 'existing_member_choice'; associated_old_choice = 'existing_member_choice';
} else { } else {
$('#new_member_choice_action').show(); $('#new_member_choice_action').show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment