X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Ffs-setup;h=aae9c573912e328b4c9617ff45a08aed6011af4e;hb=32794e9defaeb5ebc84afabf3ef5b360f5533d08;hp=ca5e8221124faefddac1f8cb0645ab9d7e506ffe;hpb=a39a2158c87c105f4cf04d68a02bc44557b5a85a;p=freeside.git diff --git a/bin/fs-setup b/bin/fs-setup index ca5e82211..aae9c5739 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.18 1999-04-15 22:46:30 ivan Exp $ +# $Id: fs-setup,v 1.19 1999-07-29 08:50:35 ivan Exp $ # # ivan@sisd.com 97-nov-8,9 # @@ -32,7 +32,10 @@ # fix radius attributes ivan@sisd.com 98-sep-27 # # $Log: fs-setup,v $ -# Revision 1.18 1999-04-15 22:46:30 ivan +# Revision 1.19 1999-07-29 08:50:35 ivan +# wrong type for cust_pay_batch.exp +# +# Revision 1.18 1999/04/15 22:46:30 ivan # TT isn't a state! # # Revision 1.17 1999/04/14 07:58:39 ivan @@ -469,7 +472,8 @@ sub tables_hash_hack { 'country', 'char', '', 2, 'trancode', 'int', '', '', 'cardnum', 'varchar', '', 16, - 'exp', @date_type, + #'exp', @date_type, + 'exp', 'varchar', '', 11, 'payname', 'varchar', 'NULL', $char_d, 'amount', @money_type, ],