mirror of
https://github.com/nanoy42/coope
synced 2024-11-22 03:13:12 +00:00
Fix cotisations
This commit is contained in:
parent
34793b158f
commit
c7851afb7f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue