summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2001-09-04 11:03:22 +0000
committerivan <ivan>2001-09-04 11:03:22 +0000
commit2bad1d2cc99f713d10f447d018742eb03453d422 (patch)
tree0dc21ebe720f041dfd092a7b6cd57bea3e0b9652 /bin
parent8c8e1e437e684c54dfbd846fb0997b30f4993131 (diff)
silly syntax error and doc updates
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 6efdd65bb..0c2b67dda 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.49 2001-09-03 22:16:29 ivan Exp $
+# $Id: fs-setup,v 1.50 2001-09-04 11:03:22 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -433,7 +433,7 @@ sub tables_hash_hack {
'amount', @money_type,
'_date', @date_type
],
- 'primary_key' => 'billpaynum'
+ 'primary_key' => 'billpaynum',
'unique' => [ [] ],
'index' => [ [ 'paynum', 'invnum' ] ],
},
@@ -507,7 +507,7 @@ sub tables_hash_hack {
'amount', @money_type,
'_date', @date_type
],
- 'primary_key' => 'creditrefundnum'
+ 'primary_key' => 'creditrefundnum',
'unique' => [ [] ],
'index' => [ [ 'crednum', 'refundnum' ] ],
},