summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2001-06-03 14:16:11 +0000
committerivan <ivan>2001-06-03 14:16:11 +0000
commit42a5e04d9d5520be1fe22b8c0062a39d374a1c3e (patch)
treecf88ee8e6c995725f7a8483afc3dd55130838229 /bin
parent8c7bd747b39f0fec96689236f4bc879cf4171360 (diff)
allow empty refund reasons
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup9
1 files changed, 6 insertions, 3 deletions
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' => [ [] ],