Skip to content

Commit

Permalink
Merge pull request #829 from odisha-muktasoft/uat_new_component
Browse files Browse the repository at this point in the history
father name included in suggestion title
  • Loading branch information
Tulika-eGov authored Dec 11, 2024
2 parents efdd711 + ac87eba commit 1aa3e28
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 1aa3e28

Please sign in to comment.