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