summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-01 15:43:14 -0800
committerMark Wells <mark@freeside.biz>2016-03-01 15:45:47 -0800
commit7abc645fbc7a0142a63aa0eccdabf4594ae062bd (patch)
tree4b77a0194be07e1fa5c6bc9e25e9dd27f0682859 /FS/FS/Schema.pm
parent5dcace5a4d40dedfb771c7f53e4db443062cdac2 (diff)
track taxes created by Washington sales tax lookup so they can be updated in place, #40645
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index bfd3131..738dc53 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2272,6 +2272,7 @@ sub tables_hashref {
'taxname', 'varchar', 'NULL', $char_d, '', '',
'setuptax', 'char', 'NULL', 1, '', '', # Y = setup tax exempt
'recurtax', 'char', 'NULL', 1, '', '', # Y = recur tax exempt
+ 'source', 'varchar', 'NULL', $char_d, '', '',
],
'primary_key' => 'taxnum',
'unique' => [],