Ignore:
Timestamp:
7 Sep 2006, 12:34:56 (18 years ago)
Author:
joachim
Message:

modified scratch_card_pin widget to include prefix and batch_no
modified schemas and layouts accordingly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/scratch_card_batch_created.py

    r486 r488  
    1 ##parameters=
     1## Script (Python) "cpsdocument_created"
     2##bind container=container
     3##bind context=context
     4##bind namespace=
     5##bind script=script
     6##bind subpath=traverse_subpath
     7##parameters=object=None
     8##title=
     9##
    210# $Id$
    3 
     11if object is not None:
     12    batch = object
     13batch.getContent().makePins()
    414return
Note: See TracChangeset for help on using the changeset viewer.