Lines 83-88
Link Here
|
83 |
<th>Rep.price</th> |
83 |
<th>Rep.price</th> |
84 |
<th>Library</th> |
84 |
<th>Library</th> |
85 |
<th>Item type</th> |
85 |
<th>Item type</th> |
|
|
86 |
<th>Collection code</th> |
86 |
<th>Current location</th> |
87 |
<th>Current location</th> |
87 |
<th>Location</th> |
88 |
<th>Location</th> |
88 |
<th>Not for loan status</th> |
89 |
<th>Not for loan status</th> |
Lines 112-117
Link Here
|
112 |
<td>[% item.replacementprice | $Price %]</td> |
113 |
<td>[% item.replacementprice | $Price %]</td> |
113 |
<td>[% Branches.GetName(item.homebranch) | html %]</td> |
114 |
<td>[% Branches.GetName(item.homebranch) | html %]</td> |
114 |
<td>[% ItemTypes.GetDescription(item.effective_itemtype) | html %]</td> |
115 |
<td>[% ItemTypes.GetDescription(item.effective_itemtype) | html %]</td> |
|
|
116 |
<td>[% AuthorisedValues.GetByCode( 'CCODE', item.ccode ) | html %]</td> |
115 |
<td>[% Branches.GetName(item.holdingbranch) | html %]</td> |
117 |
<td>[% Branches.GetName(item.holdingbranch) | html %]</td> |
116 |
<td>[% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]</td> |
118 |
<td>[% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]</td> |
117 |
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %] |
119 |
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %] |
118 |
- |
|
|