Lines 90-96
Link Here
|
90 |
[% END %] |
90 |
[% END %] |
91 |
[% ELSE %] |
91 |
[% ELSE %] |
92 |
<i>Unchanged</i> |
92 |
<i>Unchanged</i> |
93 |
([% ItemTypes.GetDescription( cr.item.itype ) %]) |
93 |
[% IF cr.item.itype %] |
|
|
94 |
([% ItemTypes.GetDescription( cr.item.itype ) %]) |
95 |
[% END %] |
94 |
[% END %] |
96 |
[% END %] |
95 |
</td> |
97 |
</td> |
96 |
[% END %] |
98 |
[% END %] |
Lines 103-109
Link Here
|
103 |
[% END %] |
105 |
[% END %] |
104 |
[% ELSE %] |
106 |
[% ELSE %] |
105 |
<i>Unchanged</i> |
107 |
<i>Unchanged</i> |
106 |
([% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) %]) |
108 |
[% IF cr.item.ccode %] |
|
|
109 |
([% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) %]) |
110 |
[% END %] |
107 |
[% END %] |
111 |
[% END %] |
108 |
</td> |
112 |
</td> |
109 |
<td> |
113 |
<td> |
Lines 115-121
Link Here
|
115 |
[% END %] |
119 |
[% END %] |
116 |
[% ELSE %] |
120 |
[% ELSE %] |
117 |
<i>Unchanged</i> |
121 |
<i>Unchanged</i> |
118 |
([% AuthorisedValues.GetByCode( 'LOC', cr.item.location ) %]) |
122 |
[% IF cr.item.location %] |
|
|
123 |
([% AuthorisedValues.GetByCode( 'LOC', cr.item.location ) %]) |
124 |
[% END %] |
119 |
[% END %] |
125 |
[% END %] |
120 |
</td> |
126 |
</td> |
121 |
<td> |
127 |
<td> |
Lines 127-133
Link Here
|
127 |
[% END %] |
133 |
[% END %] |
128 |
[% ELSE %] |
134 |
[% ELSE %] |
129 |
<i>Unchanged</i> |
135 |
<i>Unchanged</i> |
130 |
([% Branches.GetName( cr.item.holdingbranch ) %]) |
136 |
[% IF cr.item.holdingbranch %] |
|
|
137 |
([% Branches.GetName( cr.item.holdingbranch ) %]) |
138 |
[% END %] |
131 |
[% END %] |
139 |
[% END %] |
132 |
</td> |
140 |
</td> |
133 |
<td>[% cr.staff_note %]</td> |
141 |
<td>[% cr.staff_note %]</td> |
134 |
- |
|
|