online and offline payment dates returned separately

Closes #5764
This commit is contained in:
Serghei Mihai 2014-10-17 18:16:38 +02:00
parent a76c23c990
commit 7e5ef41010
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ class Concerto(BaseDataSource):
data_facture.prelevement_automatique OR \
data_facture.statut_tipi IS NOT DISTINCT FROM \'PAID\' OR \
data_facture.solde = 0) as paid, \
data_facture.date_reponse_tipi as paid_date, \
DATE(data_facture.date_reponse_tipi) as tipi_paid_date, \
DATE(data_facture.date_reglement) as paid_date, \
data_facture.date_passage_perception, \
data_facture.prelevement_automatique, \
data_facture.id as refdet, \