Last change
on this file since 14212 was
502,
checked in by joachim, 18 years ago
|
Scratchcard Pin Generation
basic login in apply_admission
|
-
Property svn:keywords set to
Id
|
File size:
285 bytes
|
Line | |
---|
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 | ## |
---|
10 | # $Id: scratch_card_batch_created.py 502 2006-09-11 10:39:59Z joachim $ |
---|
11 | if object is not None: |
---|
12 | batch = object |
---|
13 | batch.getContent().makePins() |
---|
14 | return |
---|
Note: See
TracBrowser for help on using the repository browser.