View | Details | Raw Unified | Return to bug 23148
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/sample_itemtypes.yml (-9 / +8 lines)
Lines 29-82 tables: Link Here
29
          description: "Books"
29
          description: "Books"
30
          rentalcharge: 0
30
          rentalcharge: 0
31
          notforloan: 0
31
          notforloan: 0
32
          imageurl: "bridge/book.gif"
32
          imageurl: "bridge/book.png"
33
          summary: ""
33
          summary: ""
34
34
35
        - itemtype: MX
35
        - itemtype: MX
36
          description: "Mixed Materials"
36
          description: "Mixed Materials"
37
          rentalcharge: 5
37
          rentalcharge: 5
38
          notforloan: 0
38
          notforloan: 0
39
          imageurl: "bridge/kit.gif"
39
          imageurl: "bridge/kit.png"
40
          summary: ""
40
          summary: ""
41
41
42
        - itemtype: CF
42
        - itemtype: CF
43
          description: "Computer Files"
43
          description: "Computer Files"
44
          rentalcharge: 5
44
          rentalcharge: 5
45
          notforloan: 0
45
          notforloan: 0
46
          imageurl: "bridge/computer_file.gif"
46
          imageurl: "bridge/computer_file.png"
47
          summary: ""
47
          summary: ""
48
48
49
        - itemtype: MP
49
        - itemtype: MP
50
          description: "Maps"
50
          description: "Maps"
51
          rentalcharge: 5
51
          rentalcharge: 5
52
          notforloan: 0
52
          notforloan: 0
53
          imageurl: "bridge/map.gif"
53
          imageurl: "bridge/map.png"
54
          summary: ""
54
          summary: ""
55
55
56
        - itemtype: VM
56
        - itemtype: VM
57
          description: "Visual Materials"
57
          description: "Visual Materials"
58
          rentalcharge: 5
58
          rentalcharge: 5
59
          notforloan: 1
59
          notforloan: 1
60
          imageurl: "bridge/dvd.gif"
60
          imageurl: "bridge/dvd.png"
61
          summary: ""
61
          summary: ""
62
62
63
        - itemtype: MU
63
        - itemtype: MU
64
          description: "Music"
64
          description: "Music"
65
          rentalcharge: 5
65
          rentalcharge: 5
66
          notforloan: 0
66
          notforloan: 0
67
          imageurl: "bridge/sound.gif"
67
          imageurl: "bridge/sound.png"
68
          summary: ""
68
          summary: ""
69
69
70
        - itemtype: CR
70
        - itemtype: CR
71
          description: "Continuing Resources"
71
          description: "Continuing Resources"
72
          rentalcharge: 5
72
          rentalcharge: 5
73
          notforloan: 0
73
          notforloan: 0
74
          imageurl: "bridge/periodical.gif"
74
          imageurl: "bridge/periodical.png"
75
          summary: ""
75
          summary: ""
76
76
77
        - itemtype: REF
77
        - itemtype: REF
78
          description: "Reference"
78
          description: "Reference"
79
          rentalcharge: 0
79
          rentalcharge: 0
80
          notforloan: 1
80
          notforloan: 1
81
          imageurl: "bridge/reference.gif"
81
          imageurl: "bridge/reference.png"
82
          summary: ""
82
          summary: ""
83
- 

Return to bug 23148