~sielibre/schooltool.isli/2.10_packaging

« back to all changes in this revision

Viewing changes to src/schooltool/isli/demographics.py

  • Committer: Douglas Cerna
  • Date: 2015-08-17 22:53:43 UTC
  • mto: (19.1.23 2.10)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: douglascerna@yahoo.com-20150817225343-dqv8aagys32jhr8o
Added Username detail column to custom export and set phone field for students

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
    if 'phone' not in dfs:
230
230
        dfs['phone'] = TextFieldDescription(
231
231
            'phone', _('Phone'),
232
 
            limit_keys=['teachers'])
 
232
            limit_keys=['students', 'teachers'])
233
233
 
234
234
    if 'address_street' not in dfs:
235
235
        dfs['address_street'] = TextFieldDescription(