summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2002-02-12 05:58:42 +0000
committerivan <ivan>2002-02-12 05:58:42 +0000
commit04ccbc0a0d5a09a8522427bcb278fa1b96826d74 (patch)
treea3e37ebe466e78b6a420e6fb9ee66f615691ea17 /bin
parent543ed3f877829e4335eda48d7198d2f92d03545e (diff)
fixes: bug#331
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 5f80594..7c716d3 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.76 2002-02-10 18:56:49 ivan Exp $
+# $Id: fs-setup,v 1.77 2002-02-12 05:58:42 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -487,7 +487,7 @@ sub tables_hash_hack {
],
'primary_key' => 'paynum',
'unique' => [ [] ],
- 'index' => [ [] ],
+ 'index' => [ [ 'custnum' ], [ 'paybatch' ] ],
},
'cust_bill_pay' => {
@@ -500,7 +500,7 @@ sub tables_hash_hack {
],
'primary_key' => 'billpaynum',
'unique' => [ [] ],
- 'index' => [ [ 'paynum' ], [ 'custnum' ], [ 'paybatch' ] ],
+ 'index' => [ [ 'paynum' ], [ 'invnum' ] ],
},
'cust_pay_batch' => { #what's this used for again? list of customers