Skip to content

Commit

Permalink
father name included in suggestion title
Browse files Browse the repository at this point in the history
  • Loading branch information
pitabash-eGov committed Dec 10, 2024
1 parent efdd711 commit ac87eba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ class _AttendanceRegisterTablePage extends State<AttendanceRegisterTablePage> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text('${user["name"]}', style: style),
Text('${user["individualGaurdianName"]}', style: style),
Text('${user["individualCode"]}',
style: style.apply(fontSizeDelta: -2))
],
Expand Down

0 comments on commit ac87eba

Please sign in to comment.