Move displayAddcost function

This commit is contained in:
Ludovic Stephan 2017-05-15 17:52:49 -03:00
parent bf0e345301
commit 647b32e727

View file

@ -191,7 +191,6 @@ $(document).ready(function() {
settings['addcost_for'] = data['addcost_for'];
settings['addcost_amount'] = parseFloat(data['addcost_amount']);
settings['subvention_cof'] = parseFloat(data['subvention_cof']);
displayAddcost();
});
}
@ -1434,6 +1433,7 @@ $(document).ready(function() {
resetSettings().done(function (){
getArticles();
getHistory();
displayAddcost();
});
}