Allowed Deacons to be hometeaching companions.
authorAlan Jack Pippin <ajp@pippin.(none)>
Mon, 12 Jun 2006 23:27:55 +0000 (17:27 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Mon, 12 Jun 2006 23:27:55 +0000 (17:27 -0600)
import_ward_data

index c45feafde8a73c6410877a57165a3674dc112522..d54f8fc77d7429cce6bd0caf34fb4ec0fc4f96ce 100755 (executable)
@@ -93,7 +93,8 @@ sub update_eq_aaronic_table
        $hashref = $membership_data{$index};
        foreach $key (keys %$hashref) {
            if($key =~ /Priesthood/i &&
-              ($membership_data{$index}{$key} =~ /^Teacher\s*$/i ||
+              ($membership_data{$index}{$key} =~ /^Deacon\s*$/i ||
+               $membership_data{$index}{$key} =~ /^Teacher\s*$/i ||
                $membership_data{$index}{$key} =~ /^Priest\s*$/i)) {
                $aaronic_name = $membership_data{$index}{'Preferred Name'};
                $phone = $membership_data{$index}{'Phone 1'};