Browse Source

Fix cotisations

pull/8/head
Yoann Piétri 6 years ago
parent
commit
c7851afb7f
  1. 2
      staticfiles/manage.js

2
staticfiles/manage.js

@ -32,7 +32,7 @@ function get_menu(id){
function get_cotisation(id){ function get_cotisation(id){
res = $.get("../preferences/getCotisation/" + id, function(data){ 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…
Cancel
Save