General Progress
This commit is contained in:
@@ -11,8 +11,16 @@
|
||||
*/
|
||||
class StaticList_Room_Children extends StaticList {
|
||||
protected function _table() {
|
||||
// Lowercase items can be seleted by users
|
||||
// Upper case items can only be selected by Staff
|
||||
return array(
|
||||
'W'=>_('Waitlist'),
|
||||
'A'=>_('Absent NoShow'),
|
||||
'a'=>_('Absent Notice'),
|
||||
'C'=>_('Casual Placement'),
|
||||
'c'=>_('Casual Request'),
|
||||
'r'=>_('Reduce Days'),
|
||||
'P'=>_('Permanent'),
|
||||
'w'=>_('Waitlist'),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user