X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Ftax_status.pm;h=5f7b50fdeb448a85f4aa005d4d2090129a112264;hp=f03eeca6a5d59110a4bee5cbfa5482e67b448e8e;hb=e71dd08fc2e0aa3ee8cdbeb4e1f39f04898f773b;hpb=7516e3da0f17eeecba27219ef96a8b5f46af2083 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