Checking for the existence of flags (debarred, gonenoaddress. lost) and setting ...
authoroleonard <oleonard>
Thu, 27 Jan 2005 22:33:16 +0000 (22:33 +0000)
committeroleonard <oleonard>
Thu, 27 Jan 2005 22:33:16 +0000 (22:33 +0000)
members/moremember.pl

index bcf56ec..18c98e7 100755 (executable)
@@ -71,6 +71,10 @@ $data->{'expiry'} = format_date($data->{'expiry'});
 $data->{'dateofbirth'} = format_date($data->{'dateofbirth'});
 $data->{'IS_ADULT'} = ($data->{'categorycode'} ne 'I');
 
+if($data->{'debarred'} || $data->{'gonenoaddress'} || $data->{'lost'}){
+       $template->param(flagged =>1);
+}
+
 $data->{'ethnicity'} = fixEthnicity($data->{'ethnicity'});
 
 $data->{&expand_sex_into_predicate($data->{'sex'})} = 1;