diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-02-09 18:59:14 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-02-09 18:59:14 -0800 |
commit | 304ac49e31c848e13ca8dafddade660d49e5eda6 (patch) | |
tree | 211422a71111878dddba3b7c78c45ea711a4e21c | |
parent | 71afcc9bb311f5b200555392bd4a6c80aaa0f6d5 (diff) |
cdr.cdrbatch has been migrated to cdr.cdrbatchnum by now
-rw-r--r-- | FS/FS/Schema.pm | 3 | ||||
-rw-r--r-- | FS/FS/cdr.pm | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 6d7520bd9..b2df048c4 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -5624,9 +5624,6 @@ sub tables_hashref { 'sessionnum', 'int', 'NULL', '', '', '', 'subscriber', 'varchar', 'NULL', $char_d, '', '', - #old - 'cdrbatch', 'varchar', 'NULL', 255, '', '', - #new 'cdrbatchnum', 'int', 'NULL', '', '', '', # FK to cust_bill_pkg_detail; having a value here absolutely means diff --git a/FS/FS/cdr.pm b/FS/FS/cdr.pm index 4fa360641..9ec0f3288 100644 --- a/FS/FS/cdr.pm +++ b/FS/FS/cdr.pm @@ -170,8 +170,6 @@ following fields are currently supported: =item freesiderewritestatus - NULL, done, skipped -=item cdrbatch - =item cdrbatchnum =item detailnum - Link to invoice detail (L<FS::cust_bill_pkg_detail>) @@ -242,7 +240,6 @@ sub table_info { 'svcnum' => 'Freeside service', 'freesidestatus' => 'Freeside status', 'freesiderewritestatus' => 'Freeside rewrite status', - 'cdrbatch' => 'Legacy batch', 'cdrbatchnum' => 'Batch', 'detailnum' => 'Freeside invoice detail line', }, |