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(
......
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