X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Ftax_status.pm;h=2dbcdfa13955e10b764090c89eb0b127af7fe45e;hb=c2dbe36096332d1e09bc58d7d9903e05247f0c9b;hp=f03eeca6a5d59110a4bee5cbfa5482e67b448e8e;hpb=7516e3da0f17eeecba27219ef96a8b5f46af2083;p=freeside.git diff --git a/FS/FS/tax_status.pm b/FS/FS/tax_status.pm index f03eeca6a..2dbcdfa13 100644 --- a/FS/FS/tax_status.pm +++ b/FS/FS/tax_status.pm @@ -149,6 +149,18 @@ 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', + }, + billsoft => { + 'Residential' => 'Residential', + 'Business' => 'Business', + 'Industrial' => 'Industrial', + 'Senior Citizen' => 'Senior Citizen', + }, ); =back