~shikharkohli/sahana-eden/gsoc1

« back to all changes in this revision

Viewing changes to models/hms.py

  • Committer: Shikhar Kohli
  • Date: 2010-08-11 18:40:09 UTC
  • mfrom: (802.1.156 eden)
  • Revision ID: shikharkohli@gmail.com-20100811184009-yy8zag5dowlam0ip
Merge trunk and update (a bit) of JS

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
    table.mobile.requires = shn_phone_requires
295
295
    table.email.requires = IS_NULL_OR(IS_EMAIL())
296
296
    table.email.label = T("Email")
297
 
    table.fax.label = T("FAX")
 
297
    table.fax.label = T("Fax")
298
298
    table.fax.requires = shn_phone_requires
299
299
    table.skype.label = T("Skype ID")
300
300