X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=5dd9e13a56cefe81f555db234b44c4acd491ceb5;hb=0cdeb16dd536ac7e3d5ed8ab25da73311f0be870;hp=571de2703092200fdc06caf7d8bfab8cdd3a427e;hpb=96a0d937cdfe26d691e59139088e33e0bc3e1184;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 571de2703..5dd9e13a5 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -870,6 +870,7 @@ sub tables_hashref { 'credit_limit', @money_typen, '', '', 'archived', 'char', 'NULL', 1, '', '', 'email_csv_cdr', 'char', 'NULL', 1, '', '', + 'accountcode_cdr', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'custnum', 'unique' => [ [ 'agentnum', 'agent_custid' ] ], @@ -3099,7 +3100,7 @@ sub tables_hashref { 'name', 'varchar', 'NULL', $char_d, '', '', 'rate_center_abbrev', 'varchar', 'NULL', $char_d, '', '', 'latanum', 'int', 'NULL', '', '', '', - 'msa', 'varchar', 'NULL', $char_d, '', '', + 'msanum', 'int', 'NULL', '', '', '', 'ordernum', 'int', 'NULL', '', '', '', 'svcnum', 'int', 'NULL', '', '', '', 'availbatch', 'varchar', 'NULL', $char_d, '', '',