summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-04-20 00:48:29 -0700
committerMark Wells <mark@freeside.biz>2015-04-20 09:43:00 -0700
commitf2cf5c2843dcef5db0941a1673538eb922fd5a5a (patch)
treeff0e5589d123c9d2dbea27da31f4f3475a7e1d83 /FS/FS/Schema.pm
parent94f12d554f6f1038d63283a0962d726e2725773a (diff)
add Avalara tax status field to prospects, #25718
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm9
1 files changed, 4 insertions, 5 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 29bbf7809..7f28e11f7 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1643,7 +1643,7 @@ sub tables_hashref {
'message_noemail', 'char', 'NULL', 1, '', '',
'bill_locationnum', 'int', 'NULL', '', '', '',
'ship_locationnum', 'int', 'NULL', '', '', '',
- 'taxstatusnum', 'char', 'NULL', 32, '', '',
+ 'taxstatusnum', 'int', 'NULL', '', '', '',
'complimentary', 'char', 'NULL', 1, '', '',
'po_number', 'varchar', 'NULL', $char_d, '', '',
'invoice_attn', 'varchar', 'NULL', $char_d, '', '',
@@ -1885,6 +1885,7 @@ sub tables_hashref {
'disabled', 'char', 'NULL', 1, '', '',
'custnum', 'int', 'NULL', '', '', '',
'refnum', 'int', 'NULL', '', '', '',
+ 'taxstatusnum', 'int', 'NULL', '', '', '',
],
'primary_key' => 'prospectnum',
'unique' => [],
@@ -1987,12 +1988,10 @@ sub tables_hashref {
'quotationtaxnum', 'serial', '', '', '', '',
'quotationpkgnum', 'int', '', '', '', '',
'itemdesc', 'varchar', '', $char_d, '', '',
- 'taxnum', 'int', '', '', '', '',
- 'taxtype', 'varchar', '', $char_d, '', '',
'setup_amount', @money_type, '', '',
'recur_amount', @money_type, '', '',
],
- 'primary_key' => 'quotationtaxnum',,
+ 'primary_key' => 'quotationtaxnum',
'unique' => [],
'index' => [ [ 'quotationpkgnum' ] ],
'foreign_keys' => [
@@ -2000,7 +1999,7 @@ sub tables_hashref {
table => 'quotation_pkg',
},
],
-},
+ },
'cust_location' => { #'location' now that its prospects too, but...
'columns' => [