From: cvs2git Date: Thu, 21 Jun 2001 16:27:55 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create tag 'freeside_1_3_1'. X-Git-Tag: freeside_1_3_1 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5c4a6729f8a2d4447b485ae3101f1b7ece6e650f;hp=8c7bd747b39f0fec96689236f4bc879cf4171360;p=freeside.git This commit was manufactured by cvs2svn to create tag 'freeside_1_3_1'. --- diff --git a/README b/README index dab32d607..4687ed411 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Freeside, (1.3.0) +Freeside 1.3.1 Copyright (C) 2000,2001 Ivan Kohler Copyright (C) 1999 Silicon Interactive Software Design 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' => [ [] ], diff --git a/htdocs/docs/index.html b/htdocs/docs/index.html index 7e3725b61..83e3b3e02 100644 --- a/htdocs/docs/index.html +++ b/htdocs/docs/index.html @@ -12,6 +12,7 @@
  • Upgrading from 1.2.x to 1.2.2
  • Upgrading from 1.2.2 to 1.2.3
  • Upgrading from 1.2.3 to 1.3.0 +
  • Upgrading from 1.3.0 to 1.3.1
  • Configuration files
  • Administration