RaymondYounan / LEMIS

Literacy Education Management Information System
1 stars 0 forks source link

P0: Implement StudentCitizenshipNo and StudentCensusID fields in Student table #406

Closed DrJoeHage closed 8 years ago

DrJoeHage commented 8 years ago

Add missing StudentCitizenshipNo and StudentCensusID like we did with the Teacher table and implement the same logic that we implemented for Teachers as in Issue #376.

// I added them to the database as NULL allowed.

DrJoeHage commented 8 years ago

I already added the fields to the tables and updated the code for the forms and the model. All you need to do is to implement the logic for HIDE and SHOW as you did for Teachers in issue #376.

RaymondYounan commented 8 years ago

Done