summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2001-10-30 19:05:27 +0000
committerivan <ivan>2001-10-30 19:05:27 +0000
commit20c1183d2673b62bd0e29eb65f0a9a2c974b8027 (patch)
tree6525e063127591fb6059d88fa5cdeeb422c45843 /bin
parent57a1412bb70af3fdd7e3acd9e487c66260105776 (diff)
depriciate cust_pay_batch.trancode
web interface to view pending batch
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index f3889f0dc..4df3773af 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.65 2001-10-24 15:29:30 ivan Exp $
+# $Id: fs-setup,v 1.66 2001-10-30 19:05:27 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -462,7 +462,7 @@ sub tables_hash_hack {
'state', 'varchar', '', $char_d,
'zip', 'varchar', '', 10,
'country', 'char', '', 2,
- 'trancode', 'int', '', '',
+# 'trancode', 'int', '', '',
'cardnum', 'varchar', '', 16,
#'exp', @date_type,
'exp', 'varchar', '', 11,