From: Ivan Kohler Date: Sat, 10 Feb 2018 02:59:14 +0000 (-0800) Subject: cdr.cdrbatch has been migrated to cdr.cdrbatchnum by now X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=304ac49e31c848e13ca8dafddade660d49e5eda6;ds=sidebyside cdr.cdrbatch has been migrated to cdr.cdrbatchnum by now --- 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', },