summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>1998-12-16 06:05:40 +0000
committerivan <ivan>1998-12-16 06:05:40 +0000
commit56b98dd1587282585a92a93dbac5781da58154f1 (patch)
tree835d7eb23e57aea01ffffffa467967618e513455 /bin
parent21e5d64e7b583db49895a03ae7f485fcde3bcf88 (diff)
add table cust_main_invoice
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup18
1 files changed, 16 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 19ac53377..9f8740093 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.9 1998-12-15 04:36:29 ivan Exp $
+# $Id: fs-setup,v 1.10 1998-12-16 06:05:38 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.9 1998-12-15 04:36:29 ivan
+# Revision 1.10 1998-12-16 06:05:38 ivan
+# add table cust_main_invoice
+#
+# Revision 1.9 1998/12/15 04:36:29 ivan
# s/croak/die/; #oops
#
# Revision 1.8 1998/12/15 04:33:27 ivan
@@ -368,6 +371,17 @@ sub tables_hash_hack {
'index' => [ ['last'], ],
},
+ 'cust_main_invoice' => {
+ 'columns' => [
+ 'destnum', 'int', '', '',
+ 'custnum', 'int', '', '',
+ 'dest', 'varchar', '', $char_d,
+ ],
+ 'primary_key' => 'destnum',
+ 'unique' => [ [] ],
+ 'index' => [ ['custnum'], ],
+ },
+
'cust_main_county' => { #county+state+country are checked off the
#cust_main_county for validation and to provide
# a tax rate.