forked from DGNum/gestioCOF
Move displayAddcost function
This commit is contained in:
parent
bf0e345301
commit
647b32e727
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue