Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
alias : cusr.alias(),
has_email : Boolean($scope.has_email_address()),
has_phone : Boolean(cusr.day_phone() || cusr.evening_phone() || cusr.other_phone()),
- juvenile : cusr.juvenile()
+ juvenile : cusr.juvenile()
};
return egCore.print.print({
alias : cusr.alias(),
has_email : Boolean(patronSvc.current.email() && patronSvc.current.email().match(/.*@.*/)),
has_phone : Boolean(cusr.day_phone() || cusr.evening_phone() || cusr.other_phone()),
- juvenile : cusr.juvenile()
+ juvenile : cusr.juvenile()
};
return egCore.print.print({