- Timestamp:
- 20 Nov 2014, 15:52:29 (10 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studyleveleditpage.pt
r11254 r12009 54 54 <tr> 55 55 <td> 56 <input class="btn primary" type="submit" name="ADD"56 <input class="btn btn-primary" type="submit" name="ADD" 57 57 i18n:translate="" 58 58 value="Add course ticket" /> -
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_batching.py
r11756 r12009 1128 1128 1129 1129 def test_import_remove(self): 1130 # We perform the same import twice, 1131 # the second time in remove mode. The number 1132 # of warnings must be the same. 1130 1133 num, num_warns, fin_file, fail_file = self.processor.doImport( 1131 1134 self.csv_file, PAYMENT_HEADER_FIELDS,'create')
Note: See TracChangeset for help on using the changeset viewer.