~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to data/fixtures/agShiftStatus.yml

  • Committer: Chad Heuschober
  • Date: 2011-06-06 13:37:45 UTC
  • mfrom: (1.1.1244 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110606133745-850mdvnjtv392zta
Pulled in most recent batch of changes from the cuny sps trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
agShiftStatus:
2
2
  active:
3
 
    shift_status: active
 
3
    shift_status: Active
4
4
    description: Active shifts.
5
5
    standby: 0
6
6
    disabled: 0
7
7
  standby:
8
 
    shift_status: standby
 
8
    shift_status: Standby
9
9
    description: Standby shifts.
10
10
    standby: 1
11
11
    disabled: 0
12
12
  inactive:
13
 
    shift_status: inactive
 
13
    shift_status: Inactive
14
14
    description: Inactive shifts.
15
15
    standby: 0
16
16
    disabled: 1
 
 
b'\\ No newline at end of file'