Changeset 15690


Ignore:
Timestamp:
15 Oct 2019, 20:14:52 (5 years ago)
Author:
Henrik Bettermann
Message:

Do not display p_combi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/browser.py

    r15668 r15690  
    6161        return """You should note the following as conditions for admission:
    6262
    63 1. At the point of registration, you will be required to present the originals of your certificate(s), Jamb Original Result, a Birth Certificate or a Declaration of Age Certificate and Evidence of Citizenship Certificate.
    64 2. Please note that the name by which you are hereby admitted and by which you will be registered is the one which will appear on any certificate that the Federal College of Education, Okene may issue to you on successful completion of your programme except there was a change of name by sworn affidavit or marriage certificate in addition to newspaper publication.
    65 3. You are hereby informed that all fees must be paid at the beginning of the academic session. The current school fees can be obtained from the College website.
    66 4. You will present at the time of registration the Medical Certificate of Fitness from the Federal College of Education, Okene Medical Centre.
    67 5. Please, note that due to shortage of accommodations, students shall be given accommodations on first come, first serve basis.
     631. At the point of registration, you will be required to present the originals
     64   of your certificate(s), Jamb Original Result, a Birth Certificate or a Declaration
     65   of Age Certificate and Evidence of Citizenship Certificate.
     66
     672. Please note that the name by which you are hereby admitted and by which you
     68   will be registered is the one which will appear on any certificate that the
     69   Federal College of Education, Okene may issue to you on successful completion
     70   of your programme except there was a change of name by sworn affidavit or
     71   marriage certificate in addition to newspaper publication.
     72
     733. You are hereby informed that all fees must be paid at the beginning of
     74   the academic session. The current school fees can be obtained from the
     75   College website.
     76
     774. You will present at the time of registration the Medical Certificate of
     78   Fitness from the Federal College of Education, Okene Medical Centre.
     79
     805. Please, note that due to shortage of accommodations, students shall be
     81   given accommodations on first come, first serve basis.
     82
    68836. The offer is not transferable to another session.
    69 7. You will sign a declaration of good conduct except by deferment on your arrival at the College.
     84
     857. You will sign a declaration of good conduct except by deferment on your
     86   arrival at the College.
    7087
    7188Accept my congratulations.
     
    90107    grok.context(ICustomStudentOnlinePayment)
    91108    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
    92         'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item')
     109        'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item', 'p_combi')
    93110    form_fields[
    94111        'creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
     
    107124    grok.context(ICustomStudentOnlinePayment)
    108125    form_fields = grok.AutoFields(ICustomStudentOnlinePayment).omit(
    109         'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item')
     126        'provider_amt', 'gateway_amt', 'thirdparty_amt', 'p_item', 'p_combi')
    110127    form_fields['creation_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
    111128    form_fields['payment_date'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.