From 4b98dc4f89496db2ecf56ac8b968baff6cc3f774 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 25 Mar 2009 08:45:21 +0000 Subject: [PATCH] correct headers on accountcode_default CDR output, RT#5042 --- FS/FS/cdr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cdr.pm b/FS/FS/cdr.pm index f0082279e..2d9200143 100644 --- a/FS/FS/cdr.pm +++ b/FS/FS/cdr.pm @@ -466,7 +466,7 @@ my %export_names = ( }, 'accountcode_default' => { 'name' => 'Default plus accountcode', - 'invoice_header' => 'Caller,Date,Time,Number,Destination,Duration,Price', + 'invoice_header' => 'Date,Time,Account,Number,Destination,Duration,Price', }, ); -- 2.11.0