Last change
on this file 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
|
Rev | Line | |
---|
[488] | 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 | ## |
---|
[486] | 10 | # $Id: scratch_card_batch_created.py 502 2006-09-11 10:39:59Z joachim $ |
---|
[488] | 11 | if object is not None: |
---|
| 12 | batch = object |
---|
| 13 | batch.getContent().makePins() |
---|
[442] | 14 | return |
---|
Note: See
TracBrowser for help on using the repository browser.