diff options
author | ivan <ivan> | 2008-06-09 18:32:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-09 18:32:28 +0000 |
commit | 2a9986c8f2f766ad6a17b39c9aa1260585607199 (patch) | |
tree | 67c2b7709d14df32969205aead5b71f83650b08d /FS | |
parent | f65a10c0e4ce74970968694ba8cb0cd536dbdcbf (diff) |
remove name from voxlinesystems2, really
Diffstat (limited to 'FS')
-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 2ada2d6ad..614593dba 100644 --- a/FS/FS/cdr.pm +++ b/FS/FS/cdr.pm @@ -432,7 +432,7 @@ my %export_formats = ( 'voxlinesystems2' => [ sub { time2str('%D', shift->calldate_unix ) }, #DATE sub { time2str('%r', shift->calldate_unix ) }, #TIME - 'userfield', #USER + #'userfield', #USER 'dst', #NUMBER_DIALED 'src', #called from sub { sprintf('%.2fm', shift->billsec / 60 ) }, #DURATION |