Changeset 15816


Ignore:
Timestamp:
17 Nov 2019, 16:04:38 (5 years ago)
Author:
Henrik Bettermann
Message:

Adjust to base package.

Location:
main/kofacustom.wdu/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.wdu/trunk/buildout.cfg

    r11940 r15816  
    3939update-versions-file = versions.cfg
    4040
     41index = https://pypi.python.org/simple/
     42
    4143# eggs will be installed in the default buildout location
    4244# (see .buildout/default.cfg in your home directory)
  • main/kofacustom.wdu/trunk/etc/site.zcml.in

    r11940 r15816  
    4747
    4848      <!-- XMLRPC user for demo and testing
    49            Plaintext password is xmlrpcuser1 -->
     49           Plaintext password is xmlrpcuser1
    5050      <principal id="zope.xmlrpcuser1"
    5151                 title="XMLRPC User 1"
     
    5656      <grant role="waeup.xmlrpcusers1"
    5757             principal="zope.xmlrpcuser1" />
     58      -->
    5859
    5960      <!-- Replace the following directive if you do not want
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/utils.py

    r13893 r15816  
    3232
    3333    def setPaymentDetails(self, category, student,
    34             previous_session, previous_level):
     34            previous_session, previous_level, p_combi=[]):
    3535        """Create Payment object and set the payment data of a student for
    3636        the payment category specified.
Note: See TracChangeset for help on using the changeset viewer.