From 304ac49e31c848e13ca8dafddade660d49e5eda6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 9 Feb 2018 18:59:14 -0800 Subject: [PATCH] cdr.cdrbatch has been migrated to cdr.cdrbatchnum by now --- FS/FS/Schema.pm | 3 --- FS/FS/cdr.pm | 3 --- 2 files changed, 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) @@ -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', }, -- 2.11.0