summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.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:43:39 -0800
commit2c55b855a1d9de4684d6e1a910db5de5c56f9482 (patch)
tree9a761c324fbd2afbfc32b5128fc2e78afd93df9a /FS/FS/Upgrade.pm
parentf281f4ed265bc5207aea4e6d17ce69af901d481d (diff)
track taxes created by Washington sales tax lookup so they can be updated in place, #40645
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index 59167a7..0ac7a4e 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -452,6 +452,9 @@ sub upgrade_data {
#populate tax statuses
'tax_status' => [],
+
+ #mark certain taxes as system-maintained
+ 'cust_main_county' => [],
;
\%hash;