X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FSchema.pm;h=63276b7e7cd932e9730c7ef9eacb565e7e2865f1;hb=9d4be18318e5f4baaaa7fd5f995bc307a8dc7f2b;hp=56bdfc332c7a5f84afc27710dbf47d475c2109dc;hpb=62e6a2b1c99086f3a9097f2d9d29fd8c414564b8;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 56bdfc332..63276b7e7 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1755,6 +1755,7 @@ sub tables_hashref { 'classnum', 'int', 'NULL', '', '', '', 'comment', 'varchar', 'NULL', 255, '', '', 'selfservice_access', 'char', 'NULL', 1, '', '', + 'invoice_dest', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'custcontactnum', 'unique' => [ [ 'custnum', 'contactnum' ], ], @@ -2682,6 +2683,7 @@ sub tables_hashref { #'exp', @date_type, '', '', 'exp', 'varchar', 'NULL', 11, '', '', 'payname', 'varchar', 'NULL', $char_d, '', '', + 'paytype', 'varchar', 'NULL', $char_d, '', '', 'amount', @money_type, '', '', 'currency', 'char', 'NULL', 3, '', '', 'status', 'varchar', 'NULL', $char_d, '', '', @@ -5489,6 +5491,7 @@ sub tables_hashref { 'rated_ratedetailnum', 'int', 'NULL', '', '', '', 'rated_classnum', 'int', 'NULL', '', '', '', 'rated_ratename', 'varchar', 'NULL', $char_d, '', '', + 'rated_cost', 'decimal', 'NULL', '10,4', '', '', 'carrierid', 'bigint', 'NULL', '', '', '',