Add offsck (Office Manager) position
parent
b4c1de2e84
commit
96d2b28dd0
|
@ -18,9 +18,10 @@ cscPositions = {
|
|||
'secretary' : ( 'Secretary', True, True, 4, ),
|
||||
'sysadmin' : ( 'System Administrator', True, False, 5, ),
|
||||
'cro' : ( 'Chief Returning Officer', False, False, 6, ),
|
||||
'librarian' : ( 'Librarian', False, False, 7, ),
|
||||
'imapd' : ( 'Imapd', False, False, 8, ),
|
||||
'webmaster' : ( 'Web Master', False, False, 9, ),
|
||||
'offsck' : ( 'Office Manager', False, False, 7, ),
|
||||
'librarian' : ( 'Librarian', False, False, 8, ),
|
||||
'imapd' : ( 'Imapd', False, False, 9, ),
|
||||
'webmaster' : ( 'Web Master', False, False, 10, ),
|
||||
}
|
||||
cscYesNo = { True : 'yes', False : 'no' }
|
||||
|
||||
|
|
Loading…
Reference in New Issue