From 40b16652f7384ef57de87e14922b321a13e7ec41 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 19 Dec 2015 21:51:00 +0100 Subject: [PATCH] Export CSV missing col --- include/export/export_histo_csv.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/export/export_histo_csv.php b/include/export/export_histo_csv.php index e284c15fa..1c30b0842 100644 --- a/include/export/export_histo_csv.php +++ b/include/export/export_histo_csv.php @@ -38,6 +38,7 @@ $title[]=_("Date"); $title[]=_("Echeance"); $title[]=_("Paiement"); $title[]=_("Piece"); +$title[]=_("qcode"); $title[]=_("Tiers"); $title[]=_("Description"); $title[]=_("Note");