Last change
on this file since 17935 was
2000,
checked in by Henrik Bettermann, 17 years ago
|
ticket #245
|
-
Property svn:keywords set to
Id
|
File size:
516 bytes
|
Rev | Line | |
---|
[845] | 1 | ## Script (Python) "getMaintenancePrefix" |
---|
[744] | 2 | ##bind container=container |
---|
| 3 | ##bind context=context |
---|
| 4 | ##bind namespace= |
---|
| 5 | ##bind script=script |
---|
| 6 | ##bind subpath=traverse_subpath |
---|
| 7 | ##parameters= |
---|
| 8 | ##title= |
---|
| 9 | ## |
---|
[801] | 10 | # $Id:getMaintenancePrefix.py 486 2006-09-06 10:09:39Z joachim $ |
---|
[744] | 11 | """ |
---|
| 12 | return the Prefix for hostel maintenance scratchcards |
---|
| 13 | """ |
---|
[1164] | 14 | s_info = context.getAccommodationInfo() |
---|
[828] | 15 | if s_info.has_key('acco_doc'): |
---|
[2000] | 16 | info = context.waeup_tool.getHallInfo(s_info['acco_doc'].bed) |
---|
[828] | 17 | if info: |
---|
| 18 | return info['maintenance_code'] |
---|
| 19 | return "" |
---|
Note: See
TracBrowser for help on using the repository browser.