From: ivan Date: Wed, 25 Mar 2009 08:45:21 +0000 (+0000) Subject: correct headers on accountcode_default CDR output, RT#5042 X-Git-Tag: root_of_svc_elec_features~1346 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4b98dc4f89496db2ecf56ac8b968baff6cc3f774 correct headers on accountcode_default CDR output, RT#5042 --- 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', }, );