From: ivan Date: Sun, 3 Jun 2001 14:16:11 +0000 (+0000) Subject: allow empty refund reasons X-Git-Tag: Root-of-freeside_vpopmail_support~10 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=42a5e04d9d5520be1fe22b8c0062a39d374a1c3e allow empty refund reasons --- diff --git a/bin/fs-setup b/bin/fs-setup index 545c6a4df..c1e87c8d6 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.36 2001-04-15 12:56:31 ivan Exp $ +# $Id: fs-setup,v 1.37 2001-06-03 14:16:11 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.36 2001-04-15 12:56:31 ivan +# Revision 1.37 2001-06-03 14:16:11 ivan +# allow empty refund reasons +# +# Revision 1.36 2001/04/15 12:56:31 ivan # s/dbdef/DBIx::DBSchema/ # # Revision 1.35 2001/04/15 09:36:43 ivan @@ -422,7 +425,7 @@ sub tables_hash_hack { '_date', @date_type, 'amount', @money_type, 'otaker', 'varchar', '', 8, - 'reason', 'varchar', '', 255, + 'reason', 'varchar', 'NULL', 255, ], 'primary_key' => 'crednum', 'unique' => [ [] ],