X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=93691e76fbdfecc707c6dcd4f8c4b50b17422eea;hb=ee05571f35f357d3558c9f6e8d23799fb69c0cbf;hp=4e67cf7ad9ec8b4dd559d6fb22405d9ccd77e95e;hpb=ba46a6a90321490da78c764657ae19d5c6fd81f8;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 4e67cf7ad..93691e76f 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1008,7 +1008,7 @@ sub tables_hashref { 'cust_bill_pkg_detail' => { 'columns' => [ - 'detailnum', 'serial', '', '', '', '', + 'detailnum', 'serial', '', '', '', '', 'billpkgnum', 'int', 'NULL', '', '', '', # should not be nullable 'pkgnum', 'int', 'NULL', '', '', '', # deprecated 'invnum', 'int', 'NULL', '', '', '', # deprecated @@ -2589,6 +2589,13 @@ sub tables_hashref { ['last_bill'], ['susp'], ['adjourn'], ['cancel'], ['expire'], ['contract_end'], ['change_date'], ['no_auto'], + #['contactnum'], + ['salesnum'], + #['uncancel_pkgnum'], + #['change_pkgnum'], ['change_locationnum'], + #['change_custnum'], + ['main_pkgnum'], + #['pkglinknum'], ['change_to_pkgnum'], ], 'foreign_keys' => [ { columns => [ 'custnum' ], @@ -6455,7 +6462,8 @@ sub tables_hashref { 'columns' => [ 'vendbillnum', 'serial', '', '', '', '', 'vendnum', 'int', '', '', '', '', - '_date', @date_type, '', '', + #'_date', @date_type, '', '', + '_date', 'int', '', '', '', '', 'charged', @money_type, '', '', ], 'primary_key' => 'vendbillnum', @@ -6472,7 +6480,8 @@ sub tables_hashref { 'columns' => [ 'vendpaynum', 'serial', '', '', '', '', 'vendnum', 'int', '', '', '', '', - '_date', @date_type, '', '', + #'_date', @date_type, '', '', + '_date', 'int', '', '', '', '', 'paid', @money_type, '', '', ], 'primary_key' => 'vendpaynum',