[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 10/19: Task #0001733: Impression moyen paieme
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 10/19: Task #0001733: Impression moyen paiement Add name of the bank card to the prepared query |
Date: |
Mon, 9 Sep 2019 13:54:59 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 95fc0b09005a6a97cf0f7f7054cffb6a2335187b
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 8 15:48:17 2019 +0200
Task #0001733: Impression moyen paiement
Add name of the bank card to the prepared query
---
include/class/prepared_query.class.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/class/prepared_query.class.php
b/include/class/prepared_query.class.php
index 64b26af..325469e 100644
--- a/include/class/prepared_query.class.php
+++ b/include/class/prepared_query.class.php
@@ -61,6 +61,7 @@ class Prepared_Query {
$this->db->prepare('reconcile_date',
'select *
, (select ad_value from fiche_detail where ad_id=23
and f_id=jrn_def.jrn_def_bank ) as qcode_bank
+ , (select ad_value from fiche_detail where ad_id=1 and
f_id=jrn_def.jrn_def_bank ) as qcode_name
from
jrn
join jrn_def on (jrn.jr_def_id=jrn_def.jrn_def_id)
- [Noalyss-commit] [noalyss] branch master updated (598fe82 -> dcd880f), Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 01/19: Typo DatabaseCore, Dany De Bontridder, 2019/09/09
- [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 <=
- [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, 2019/09/09
- [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