3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-05-03 08:02:24 +00:00

Fix cotisations

This commit is contained in:
Yoann Pétri 2019-08-20 21:21:33 +02:00
parent 34793b158f
commit c7851afb7f

View file

@ -32,7 +32,7 @@ function get_menu(id){
function get_cotisation(id){
res = $.get("../preferences/getCotisation/" + id, function(data){
add_cotisation(data.pk, "", data.duration, data.amount, data.needQuantityButton);
add_cotisation(data.pk, data.duration, data.amount);
});
}