Ignore:
Timestamp:
18 Jan 2017, 10:48:00 (8 years ago)
Author:
Henrik Bettermann
Message:

Remove note from report slips.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/students/reports
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/reports/level_report.py

    r14270 r14419  
    2222class CustomLevelReport(LevelReport):
    2323
    24     note = """
    25 <br /><br /><br /><br />
    26 <font size='10'>
    27 <strong>Note:</strong> This copy is subject to correction for typographical errors and ratification by the departmental board.
    28 </font>
    29 """
     24    note = ""
     25
     26#    note = """
     27#<br /><br /><br /><br />
     28#<font size='10'>
     29#<strong>Note:</strong> This copy is subject to correction for typographical errors and ratification by the departmental board.
     30#</font>
     31#"""
    3032
    3133class LevelReportGenerator(LevelReportGenerator):
  • main/waeup.aaue/trunk/src/waeup/aaue/students/reports/raw_score_report.py

    r14399 r14419  
    184184    depcode = None
    185185
    186     note = """
    187 <br /><br /><br /><br />
    188 <font size='10'>
    189 <strong>Note:</strong> This copy is subject to correction for typographical errors and ratification by the departmental board.
    190 </font>
    191 """
     186    note = ""
     187
     188#    note = """
     189#<br /><br /><br /><br />
     190#<font size='10'>
     191#<strong>Note:</strong> This copy is subject to correction for typographical errors and ratification by the departmental board.
     192#</font>
     193#"""
    192194
    193195    def __init__(self, faccode, depcode, session, level, author='System'):
  • main/waeup.aaue/trunk/src/waeup/aaue/students/reports/session_results_presentation.py

    r14270 r14419  
    2222class CustomSessionResultsPresentation(SessionResultsPresentation):
    2323
    24     note = """
    25 <br /><br /><br /><br />
    26 <font size='10'>
    27 <strong>Note:</strong> This copy is subject to correction for typographical errors and ratification by the departmental board.
    28 </font>
    29 """
     24    note = ""
     25
     26#    note = """
     27#<br /><br /><br /><br />
     28#<font size='10'>
     29#<strong>Note:</strong> This copy is subject to correction for typographical errors and ratification by the departmental board.
     30#</font>
     31#"""
    3032
    3133class CustomSessionResultsPresentationGenerator(SessionResultsPresentationGenerator):
  • main/waeup.aaue/trunk/src/waeup/aaue/students/reports/tests/test_level_report.py

    r14398 r14419  
    3030        result = get_students('fac1', 'dep1', 2010, 100)
    3131        self.assertEqual(result,
    32             [(u'1234', u'TESTER, Bob', 30, 30, '5.000', 'Nil', '', 30, 30, '5.000', 'Proceed')])
     32            [(u'1234', u'TESTER, Bob', 30, 30, '5.000', 'NIL', '', 30, 30, '5.000', 'Proceed')])
    3333        return
    3434
Note: See TracChangeset for help on using the changeset viewer.