diff options
| author | ivan <ivan> | 2009-03-25 08:45:21 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2009-03-25 08:45:21 +0000 | 
| commit | 4b98dc4f89496db2ecf56ac8b968baff6cc3f774 (patch) | |
| tree | 13abfa1d4a646e380e3bf4e8a9149546ea701479 | |
| parent | 48d92203f94f5592f1face92e3f1c74acf306a11 (diff) | |
correct headers on accountcode_default CDR output, RT#5042
| -rw-r--r-- | FS/FS/cdr.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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',    },  ); | 
