Changeset 8283 for WAeUP_SRP/trunk
- Timestamp:
- 26 Apr 2012, 09:25:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_uniben/getSchoolFee.py
r8279 r8283 1 Subversion Repositories repos 12 (root)/WAeUP_SRP/trunk/skins/waeup_uniben/getSchoolFee.py - Rev 82373 Rev4 5 Blame | Compare with Previous | Last modification | View Log | RSS feed6 1 ## Script (Python) "getSchoolFee" 7 2 ##bind container=container … … 938 933 'PHDWED': {'payment_item': 'PHDWED', 'new': '91500', 'returning': '56200'}, 939 934 'PHDWREH': {'payment_item': 'PHDWREH', 'new': '91500', 'returning': '56200'}, 935 'PGDMCB': {'payment_item': 'PGDMCB', 'new': '74500', 'returning': '327000'}, 936 'PGDTHR': {'payment_item': 'PGDTHR', 'new': '61500', 'returning': '32700'}, 937 'MPSW': {'payment_item': 'MPSW', 'new': '63500', 'returning': '22700'}, 938 'PGDCSC': {'payment_item': 'PGDCSC', 'new': '74500', 'returning': '32700'}, 939 'PGDNRM': {'payment_item': 'PGDNRM', 'new': '74500', 'returning': '32700'}, 940 'PGDBUS': {'payment_item': 'PGDBUS', 'new': '61500', 'returning': '32700'}, 941 'PGDMEXP': {'payment_item': 'PGDMEXP', 'new': '74500', 'returning': '32700'}, 940 942 } 941 943 … … 968 970 return d 969 971 970 971 972 Powered by WebSVN 2.3.0 and Subversion 1.6.6 973 972 973
Note: See TracChangeset for help on using the changeset viewer.