summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2001-09-03 22:16:29 +0000
committerivan <ivan>2001-09-03 22:16:29 +0000
commita296741e258d3433ed44652903f2f47467c41d2c (patch)
treeec985ce0431ea034df04bf581eeb1c1bff4365b0
parentfbcb45dfe5a1bce7981fe4527176b9fdf2ec54b7 (diff)
this too
-rwxr-xr-xbin/fs-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 5e735294f..6efdd65bb 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.48 2001-09-02 02:46:55 ivan Exp $
+# $Id: fs-setup,v 1.49 2001-09-03 22:16:29 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -496,7 +496,7 @@ sub tables_hash_hack {
],
'primary_key' => 'refundnum',
'unique' => [ [] ],
- 'index' => [ ['crednum'] ],
+ 'index' => [ [] ],
},
'cust_credit_refund' => {