Changeset 15816 for main/kofacustom.wdu/trunk
- Timestamp:
- 17 Nov 2019, 16:04:38 (5 years ago)
- Location:
- main/kofacustom.wdu/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.wdu/trunk/buildout.cfg
r11940 r15816 39 39 update-versions-file = versions.cfg 40 40 41 index = https://pypi.python.org/simple/ 42 41 43 # eggs will be installed in the default buildout location 42 44 # (see .buildout/default.cfg in your home directory) -
main/kofacustom.wdu/trunk/etc/site.zcml.in
r11940 r15816 47 47 48 48 <!-- XMLRPC user for demo and testing 49 Plaintext password is xmlrpcuser1 -->49 Plaintext password is xmlrpcuser1 50 50 <principal id="zope.xmlrpcuser1" 51 51 title="XMLRPC User 1" … … 56 56 <grant role="waeup.xmlrpcusers1" 57 57 principal="zope.xmlrpcuser1" /> 58 --> 58 59 59 60 <!-- Replace the following directive if you do not want -
main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/utils.py
r13893 r15816 32 32 33 33 def setPaymentDetails(self, category, student, 34 previous_session, previous_level ):34 previous_session, previous_level, p_combi=[]): 35 35 """Create Payment object and set the payment data of a student for 36 36 the payment category specified.
Note: See TracChangeset for help on using the changeset viewer.