[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 06/19: Code : missing semicolon
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 06/19: Code : missing semicolon |
Date: |
Mon, 9 Sep 2019 13:54:58 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 75848792a5d0d965ddacb1041122810454e9aa59
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 8 11:05:13 2019 +0200
Code : missing semicolon
---
html/js/acc_ledger.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index 713ffe9..b221dbd 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -1363,7 +1363,7 @@ function load_filter(p_div,p_dossier,p_filter_id) {
var
elt=['ledger_type','date_start','date_end','date_paid_start','date_paid_end','desc','amount_min','amount_max','qcode','accounting'];
for (var i=0;i<elt.length;i++) {
var idx=elt[i];
- $(p_div+idx).value=answer[elt[i]]
+ $(p_div+idx).value=answer[elt[i]];
}
// fillup the r_jrn array
var eltLedgerId=$("ledger_id"+p_div);
- [Noalyss-commit] [noalyss] 02/19: highlight default password, (continued)
- [Noalyss-commit] [noalyss] 02/19: highlight default password, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 03/19: hightlight password + add waiting box when installing, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 10/19: Task #0001733: Impression moyen paiement Add name of the bank card to the prepared query, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 11/19: CFGLED Ergonomy : the card we've created is proposed in the field "bank account", Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 12/19: Merge branch 'dev7109', Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 14/19: Fiche:GetByDef if nothing is found returns empty array, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 16/19: Fiche Cosmetic :, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 04/19: Correct Add button for ledger when creating FIN ledger, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 05/19: Bug prerelease : Cannot save preference, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 07/19: Code : mistype variable $step, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 06/19: Code : missing semicolon,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 15/19: Security : direct access to GLOBALS, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 17/19: Merge branch 'dev7109', Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 19/19: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 08/19: verif_bil : fetch_all return false or an array, comptability PHP7, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 13/19: Security : direct access to GLOBALS, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 09/19: Security : direct access to GLOBALS, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 18/19: Cleaning, Dany De Bontridder, 2019/09/09