diff options
| author | Mark Wells <mark@freeside.biz> | 2012-09-19 12:44:22 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-09-19 12:44:22 -0700 |
| commit | 434f5baea51dcde7bbf95ae25516bc5b3970e026 (patch) | |
| tree | 312bf62e7934ebf6364b75828a6a2313d37aca39 | |
| parent | 30d304b92505521efe1a96b481f2d9f1887fce9e (diff) | |
taqua CDR format label
| -rw-r--r-- | FS/FS/cdr/taqua.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cdr/taqua.pm b/FS/FS/cdr/taqua.pm index 390152a04..7ef6d769a 100644 --- a/FS/FS/cdr/taqua.pm +++ b/FS/FS/cdr/taqua.pm @@ -7,7 +7,7 @@ use FS::cdr qw(_cdr_date_parser_maker); @ISA = qw(FS::cdr); %info = ( - 'name' => 'Taqua', + 'name' => 'Taqua v6.0', 'weight' => 130, 'header' => 1, 'import_fields' => [ #some of these are kind arbitrary... |
