Ignore:
Timestamp:
1 Jan 2015, 07:44:44 (10 years ago)
Author:
Henrik Bettermann
Message:

Do not allow to add documents if customer has not yet been approved.

Rename pagetemplate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/documents.py

    r12352 r12356  
    6565    """This is a customer document baseclass.
    6666    """
    67     grok.implements(ICustomerDocument, ICustomerNavigation)
    68     grok.provides(ICustomerDocument)
    6967    grok.baseclass()
    7068
     
    189187    """This is a sample customer document.
    190188    """
     189
     190    grok.implements(ICustomerDocument, ICustomerNavigation)
     191    grok.provides(ICustomerDocument)
    191192
    192193    # Ikoba can store any number of files per Document object.
Note: See TracChangeset for help on using the changeset viewer.