X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Ftax_status.pm;h=5f7b50fdeb448a85f4aa005d4d2090129a112264;hb=29d80a8582103ead0b5910391cabc45cb85fa836;hp=f03eeca6a5d59110a4bee5cbfa5482e67b448e8e;hpb=7516e3da0f17eeecba27219ef96a8b5f46af2083;p=freeside.git diff --git a/FS/FS/tax_status.pm b/FS/FS/tax_status.pm index f03eeca6a..5f7b50fde 100644 --- a/FS/FS/tax_status.pm +++ b/FS/FS/tax_status.pm @@ -149,6 +149,12 @@ sub _upgrade_data { # P, Q, R: Canada, not yet supported # MED1/MED2: totally irrelevant to our users }, + suretax => { + 'R' => 'Residential', + 'B' => 'Business', + 'I' => 'Industrial', + 'L' => 'Lifeline', + }, ); =back