projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Finished with new calcs for remunerations
[auf_rh_dae.git]
/
project
/
assets
/
js
/
remun.js
diff --git
a/project/assets/js/remun.js
b/project/assets/js/remun.js
index
bc98a12
..
c0fd635
100644
(file)
--- a/
project/assets/js/remun.js
+++ b/
project/assets/js/remun.js
@@
-16,8
+16,7
@@
function remun_line(input) {
// return;
// }
- value = (montant_annuel.val());
- value = roundNumber(value, 2)
+ value = montant_annuel.val();
montant_annuel.val(roundNumber(value, 2));