|
Lines 2-7
Link Here
|
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
| 3 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
| 4 |
[% USE Branches %] |
4 |
[% USE Branches %] |
|
|
5 |
[% USE Price %] |
| 5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
| 6 |
<title> |
7 |
<title> |
| 7 |
[% IF ( batch_details ) %] |
8 |
[% IF ( batch_details ) %] |
|
Lines 160-368
Link Here
|
| 160 |
<a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% biblio.import_record_id | uri %]" class="previewData btn btn-default btn-xs">Card</a> |
161 |
<a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% biblio.import_record_id | uri %]" class="previewData btn btn-default btn-xs">Card</a> |
| 161 |
<a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]&breedingid=[% biblio.import_record_id | uri %]&import_batch_id=[% biblio.import_batch_id | uri %]&biblionumber=[% biblio.match_biblionumber | uri %]" class="btn btn-default btn-xs">Add order</a> |
162 |
<a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]&breedingid=[% biblio.import_record_id | uri %]&import_batch_id=[% biblio.import_batch_id | uri %]&biblionumber=[% biblio.match_biblionumber | uri %]" class="btn btn-default btn-xs">Add order</a> |
| 162 |
</span> |
163 |
</span> |
| 163 |
<fieldset class="rows order_details"> |
164 |
<form action="/cgi-bin/koha/acqui/addorderiso2709.pl" class="validated"> |
| 164 |
<ol> |
165 |
<fieldset class="rows order_details"> |
| 165 |
<li class="status"> |
166 |
<ol> |
| 166 |
<span class="label">Match:</span> |
167 |
<li class="status"> |
| 167 |
<span class="match"> |
168 |
<span class="label">Match:</span> |
| 168 |
[% IF ( biblio_lis.overlay_status == 'no_match' ) %] |
169 |
<span class="match"> |
| 169 |
<span>No match</span> |
170 |
[% IF ( biblio_lis.overlay_status == 'no_match' ) %] |
| 170 |
[% ELSIF ( biblio_lis.overlay_status == 'match_applied' ) %] |
171 |
<span>No match</span> |
| 171 |
<span>Match applied</span> |
172 |
[% ELSIF ( biblio_lis.overlay_status == 'match_applied' ) %] |
| 172 |
[% ELSIF ( biblio_lis.overlay_status == 'auto_match' ) %] |
173 |
<span>Match applied</span> |
| 173 |
<span>Match found</span> |
174 |
[% ELSIF ( biblio_lis.overlay_status == 'auto_match' ) %] |
| 174 |
[% ELSE %] |
175 |
<span>Match found</span> |
| 175 |
[% biblio_lis.overlay_status | html %] |
|
|
| 176 |
[% END %] |
| 177 |
[% IF ( biblio.match_biblionumber ) %] |
| 178 |
<span>Matches biblio [% biblio.match_biblionumber | uri %]</span> (score = [% biblio.match_score | html %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber | uri %]">[% biblio.match_citation | html %]</a> |
| 179 |
[% END %] |
| 180 |
</span> |
| 181 |
</li> |
| 182 |
<li class="quantity"> |
| 183 |
<label for="quantity_record_[% biblio.import_record_id | html %]" class="required">Quantity: </label> |
| 184 |
<input id="quantity_record_[% biblio.import_record_id | html %]" type="text" pattern="[0-9]+" value="[% biblio.quantity.length ? biblio.quantity : 1 | html %]" name="quantity" /> |
| 185 |
<span class="required">Required</span> |
| 186 |
</li> |
| 187 |
<li class="price"> |
| 188 |
<label for="price_record_[% biblio.import_record_id | html %]">Price: </label> |
| 189 |
<input id="price_record_[% biblio.import_record_id | html %]" type="text" value="[% biblio.price | html %]" name="price" /> |
| 190 |
</li> |
| 191 |
<li class="replacementprice"> |
| 192 |
<label for="replacementprice_record_[% biblio.import_record_id | html %]">Replacement price: </label> |
| 193 |
<input id="replacementprice_record_[% biblio.import_record_id | html %]" type="text" value="[% biblio.replacementprice | html %]" name="replacementprice" /> |
| 194 |
</li> |
| 195 |
<li class="discount"> |
| 196 |
<label for="discount_record_[% biblio.import_record_id | html %]">Discount: </label> |
| 197 |
<input id="discount_record_[% biblio.import_record_id | html %]" type="text" value="[% biblio.discount | html %]" name="discount" size="6" /> % |
| 198 |
<div class="hint">If empty, discount rate from vendor will be used</div> |
| 199 |
</li> |
| 200 |
<li class="fund"> |
| 201 |
[% IF ( close ) %] |
| 202 |
<label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label> |
| 203 |
<input type="hidden" size="20" name="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %] |
| 204 |
[% ELSE %] |
| 205 |
<label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label> |
| 206 |
<select id="fund_record_[% biblio.import_record_id | html %]" name="budget_id"> |
| 207 |
<option value="">Select a fund (will use default if set)</option> |
| 208 |
[% FOREACH budget IN budget_loop %] |
| 209 |
[% IF ( budget.b_id == biblio.budget_id ) %] |
| 210 |
[% IF budget.b_active %] |
| 211 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %]</option> |
| 212 |
[% ELSE %] |
| 213 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %] (inactive)</option> |
| 214 |
[% END %] |
| 215 |
[% ELSE %] |
176 |
[% ELSE %] |
| 216 |
[% IF budget.b_active %]<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %]</option> |
177 |
[% biblio_lis.overlay_status | html %] |
| 217 |
[% ELSE %]<option value="[% budget.b_id | html %]" class="b_inactive" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %] (inactive)</option> |
178 |
[% END %] |
|
|
179 |
[% IF ( biblio.match_biblionumber ) %] |
| 180 |
<span>Matches biblio [% biblio.match_biblionumber | uri %]</span> (score = [% biblio.match_score | html %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber | uri %]">[% biblio.match_citation | html %]</a> |
| 181 |
[% END %] |
| 182 |
</span> |
| 183 |
</li> |
| 184 |
<li class="quantity"> |
| 185 |
<label for="quantity_record_[% biblio.import_record_id | html %]" class="required">Quantity: </label> |
| 186 |
<input id="quantity_record_[% biblio.import_record_id | html %]" type="text" pattern="[0-9]+" value="[% biblio.quantity.length ? biblio.quantity : 1 | html %]" name="quantity" /> |
| 187 |
<span class="required">Required</span> |
| 188 |
</li> |
| 189 |
<li class="price"> |
| 190 |
<label for="price_record_[% biblio.import_record_id | html %]">Price: </label> |
| 191 |
<input id="price_record_[% biblio.import_record_id | html %]" class="decimal" type="text" value="[% biblio.price | $Price on_editing => 1 %]" name="price" /> |
| 192 |
</li> |
| 193 |
<li class="replacementprice"> |
| 194 |
<label for="replacementprice_record_[% biblio.import_record_id | html %]">Replacement price: </label> |
| 195 |
<input id="replacementprice_record_[% biblio.import_record_id | html %]" class="decimal" type="text" value="[% biblio.replacementprice | $Price on_editing => 1 %]" name="replacementprice" /> |
| 196 |
</li> |
| 197 |
<li class="discount"> |
| 198 |
<label for="discount_record_[% biblio.import_record_id | html %]">Discount: </label> |
| 199 |
<input id="discount_record_[% biblio.import_record_id | html %]" type="text" value="[% biblio.discount | html %]" name="discount" size="6" /> % |
| 200 |
<div class="hint">If empty, discount rate from vendor will be used</div> |
| 201 |
</li> |
| 202 |
<li class="fund"> |
| 203 |
[% IF ( close ) %] |
| 204 |
<label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label> |
| 205 |
<input type="hidden" size="20" name="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %] |
| 206 |
[% ELSE %] |
| 207 |
<label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label> |
| 208 |
<select id="fund_record_[% biblio.import_record_id | html %]" name="budget_id"> |
| 209 |
<option value="">Select a fund (will use default if set)</option> |
| 210 |
[% FOREACH budget IN budget_loop %] |
| 211 |
[% IF ( budget.b_id == biblio.budget_id ) %] |
| 212 |
[% IF budget.b_active %] |
| 213 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %]</option> |
| 214 |
[% ELSE %] |
| 215 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %] (inactive)</option> |
| 218 |
[% END %] |
216 |
[% END %] |
|
|
217 |
[% ELSE %] |
| 218 |
[% IF budget.b_active %]<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %]</option> |
| 219 |
[% ELSE %]<option value="[% budget.b_id | html %]" class="b_inactive" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %] (inactive)</option> |
| 220 |
[% END %] |
| 221 |
[% END %] |
| 219 |
[% END %] |
222 |
[% END %] |
| 220 |
[% END %] |
223 |
</select> |
| 221 |
</select> |
224 |
<span class="required" style="display:none">Required</span> |
| 222 |
<span class="required" style="display:none">Required</span> |
225 |
[% END %] |
| 223 |
[% END %] |
226 |
</li> |
| 224 |
</li> |
227 |
<li class="sort1"> |
| 225 |
<li class="sort1"> |
228 |
<label for="sort1_record_[% biblio.import_record_id | html %]">Statistic 1: </label> |
| 226 |
<label for="sort1_record_[% biblio.import_record_id | html %]">Statistic 1: </label> |
229 |
<input id="sort1_record_[% biblio.import_record_id | html %]" type="text" size="20" name="sort1" value="[% biblio.sort1 | html %]" /> |
| 227 |
<input id="sort1_record_[% biblio.import_record_id | html %]" type="text" size="20" name="sort1" value="[% biblio.sort1 | html %]" /> |
230 |
</li> |
| 228 |
</li> |
231 |
<li class="sort2"> |
| 229 |
<li class="sort2"> |
232 |
<label for="sort2_record_[% biblio.import_record_id | html %]">Statistic 2: </label> |
| 230 |
<label for="sort2_record_[% biblio.import_record_id | html %]">Statistic 2: </label> |
233 |
<input id="sort2_record_[% biblio.import_record_id | html %]" type="text" size="20" name="sort2" value="[% biblio.sort2 | html %]" /> |
| 231 |
<input id="sort2_record_[% biblio.import_record_id | html %]" type="text" size="20" name="sort2" value="[% biblio.sort2 | html %]" /> |
234 |
</li> |
| 232 |
</li> |
235 |
</ol> |
| 233 |
</ol> |
236 |
[% IF ( biblio.iteminfos.size ) %] |
| 234 |
[% IF ( biblio.iteminfos.size ) %] |
237 |
<div class="item_edit_form"> |
| 235 |
<div class="item_edit_form"> |
238 |
[% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] |
| 236 |
[% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] |
239 |
[% FOREACH item IN biblio.iteminfos %] |
| 237 |
[% FOREACH item IN biblio.iteminfos %] |
240 |
<fieldset class="rows"> |
| 238 |
<fieldset class="rows"> |
241 |
<legend>Item record [% item.item_id | html %]</legend> |
| 239 |
<legend>Item record [% item.item_id | html %]</legend> |
242 |
<ol> |
| 240 |
<ol> |
243 |
<li> |
| 241 |
<li> |
244 |
<label for="homebranch_item_[% item.item_id | html %]">homebranch</label> |
| 242 |
<label for="homebranch_item_[% item.item_id | html %]">homebranch</label> |
245 |
<select id="homebranch_item_[% item.item_id | html %]" name="homebranch_[% biblio.import_record_id | html %]"> |
| 243 |
<select id="homebranch_item_[% item.item_id | html %]" name="homebranch_[% biblio.import_record_id | html %]"> |
246 |
[% FOREACH l IN libraries %] |
| 244 |
[% FOREACH l IN libraries %] |
247 |
[% IF l.branchcode == item.homebranch %] |
| 245 |
[% IF l.branchcode == item.homebranch %] |
248 |
<option value="[% l.branchcode | html %]" selected="selected">[% l.branchname | html %]</option> |
| 246 |
<option value="[% l.branchcode | html %]" selected="selected">[% l.branchname | html %]</option> |
249 |
[% ELSE %] |
| 247 |
[% ELSE %] |
250 |
<option value="[% l.branchcode | html %]">[% l.branchname | html %]</option> |
| 248 |
<option value="[% l.branchcode | html %]">[% l.branchname | html %]</option> |
251 |
[% END %] |
| 249 |
[% END %] |
252 |
[% END %] |
| 250 |
[% END %] |
253 |
</select> |
| 251 |
</select> |
254 |
</li> |
| 252 |
</li> |
|
|
| 253 |
|
255 |
|
| 254 |
<li> |
256 |
<li> |
| 255 |
<label for="holdingbranch_item_[% item.item_id | html %]">holdingbranch</label> |
257 |
<label for="holdingbranch_item_[% item.item_id | html %]">holdingbranch</label> |
| 256 |
<select id="holdingbranch_item_[% item.item_id | html %]" name="holdingbranch_[% biblio.import_record_id | html %]"> |
258 |
<select id="holdingbranch_item_[% item.item_id | html %]" name="holdingbranch_[% biblio.import_record_id | html %]"> |
| 257 |
[% FOREACH l IN libraries %] |
259 |
[% FOREACH l IN libraries %] |
| 258 |
[% IF l.branchcode == item.holdingbranch %] |
260 |
[% IF l.branchcode == item.holdingbranch %] |
| 259 |
<option value="[% l.branchcode | html %]" selected="selected">[% l.branchname | html %]</option> |
261 |
<option value="[% l.branchcode | html %]" selected="selected">[% l.branchname | html %]</option> |
| 260 |
[% ELSE %] |
262 |
[% ELSE %] |
| 261 |
<option value="[% l.branchcode | html %]">[% l.branchname | html %]</option> |
263 |
<option value="[% l.branchcode | html %]">[% l.branchname | html %]</option> |
|
|
264 |
[% END %] |
| 262 |
[% END %] |
265 |
[% END %] |
| 263 |
[% END %] |
266 |
</select> |
| 264 |
</select> |
267 |
</li> |
| 265 |
</li> |
268 |
<li> |
| 266 |
<li> |
269 |
<label for="itype_item_[% item.item_id | html %]">itype</label> |
| 267 |
<label for="itype_item_[% item.item_id | html %]">itype</label> |
270 |
<select id="itype_item_[% item.item_id | html %]" name="itype_[% biblio.import_record_id | html %]"> |
| 268 |
<select id="itype_item_[% item.item_id | html %]" name="itype_[% biblio.import_record_id | html %]"> |
271 |
[% FOREACH itemtype IN itemtypes %] |
| 269 |
[% FOREACH itemtype IN itemtypes %] |
272 |
[% IF itemtype.itemtype == item.itype %] |
| 270 |
[% IF itemtype.itemtype == item.itype %] |
273 |
<option value="[% itemtype.itemtype | html %]" selected="selected">[% itemtype.description | html %]</option> |
| 271 |
<option value="[% itemtype.itemtype | html %]" selected="selected">[% itemtype.description | html %]</option> |
274 |
[% ELSE %] |
| 272 |
[% ELSE %] |
275 |
<option value="[% itemtype.itemtype | html %]">[% itemtype.description | html %]</option> |
| 273 |
<option value="[% itemtype.itemtype | html %]">[% itemtype.description | html %]</option> |
276 |
[% END %] |
| 274 |
[% END %] |
277 |
[% END %] |
| 275 |
[% END %] |
278 |
</select> |
| 276 |
</select> |
279 |
</li> |
| 277 |
</li> |
|
|
| 278 |
|
280 |
|
| 279 |
<li> |
281 |
<li> |
| 280 |
<label for="nonpublic_note_item_[% item.item_id | html %]">nonpublic_note</label> |
282 |
<label for="nonpublic_note_item_[% item.item_id | html %]">nonpublic_note</label> |
| 281 |
<input type="text" id="nonpublic_note_item_[% item.item_id | html %]" name="nonpublic_note_[% biblio.import_record_id | html %]" value="[% item.nonpublic_note | html %]"> |
283 |
<input type="text" id="nonpublic_note_item_[% item.item_id | html %]" name="nonpublic_note_[% biblio.import_record_id | html %]" value="[% item.nonpublic_note | html %]"> |
| 282 |
</li> |
284 |
</li> |
| 283 |
<li> |
285 |
<li> |
| 284 |
<label for="public_note_item_[% item.item_id | html %]">public_note</label> |
286 |
<label for="public_note_item_[% item.item_id | html %]">public_note</label> |
| 285 |
<input type="text" id="public_note_item_[% item.item_id | html %]" name="public_note_[% biblio.import_record_id | html %]" value="[% item.public_note | html %]"> |
287 |
<input type="text" id="public_note_item_[% item.item_id | html %]" name="public_note_[% biblio.import_record_id | html %]" value="[% item.public_note | html %]"> |
| 286 |
</li> |
288 |
</li> |
| 287 |
<li> |
289 |
<li> |
| 288 |
<label for="loc_item_[% item.item_id | html %]">loc</label> |
290 |
<label for="loc_item_[% item.item_id | html %]">loc</label> |
| 289 |
<select id="loc_item_[% item.item_id | html %]" name="loc_[% biblio.import_record_id | html %]"> |
291 |
<select id="loc_item_[% item.item_id | html %]" name="loc_[% biblio.import_record_id | html %]"> |
| 290 |
<option value=""> </option> |
292 |
<option value=""> </option> |
| 291 |
[% FOREACH locationloo IN locationloop %] |
293 |
[% FOREACH locationloo IN locationloop %] |
| 292 |
[% IF ( locationloo.code ) == (item.loc) %] |
294 |
[% IF ( locationloo.code ) == (item.loc) %] |
| 293 |
<option value="[% locationloo.code | html %]" selected="selected">[% locationloo.description | html %]</option> |
295 |
<option value="[% locationloo.code | html %]" selected="selected">[% locationloo.description | html %]</option> |
| 294 |
[% ELSE %] |
296 |
[% ELSE %] |
| 295 |
<option value="[% locationloo.code | html %]">[% locationloo.description | html %]</option> |
297 |
<option value="[% locationloo.code | html %]">[% locationloo.description | html %]</option> |
|
|
298 |
[% END %] |
| 296 |
[% END %] |
299 |
[% END %] |
| 297 |
[% END %] |
300 |
</select> |
| 298 |
</select> |
301 |
</li> |
| 299 |
</li> |
|
|
| 300 |
|
302 |
|
| 301 |
<li> |
303 |
<li> |
| 302 |
<label for="ccode_item_[% item.item_id | html %]">ccode</label> |
304 |
<label for="ccode_item_[% item.item_id | html %]">ccode</label> |
| 303 |
<select id="ccode_item_[% item.item_id | html %]" name="ccode_[% biblio.import_record_id | html %]"> |
305 |
<select id="ccode_item_[% item.item_id | html %]" name="ccode_[% biblio.import_record_id | html %]"> |
| 304 |
<option value=""> </option> |
306 |
<option value=""> </option> |
| 305 |
[% FOREACH ccodeloo IN ccodeloop %] |
307 |
[% FOREACH ccodeloo IN ccodeloop %] |
| 306 |
[% IF ( ccodeloo.code ) == (item.ccode) %] |
308 |
[% IF ( ccodeloo.code ) == (item.ccode) %] |
| 307 |
<option value="[% ccodeloo.code | html %]" selected="selected">[% ccodeloo.description | html %]</option> |
309 |
<option value="[% ccodeloo.code | html %]" selected="selected">[% ccodeloo.description | html %]</option> |
| 308 |
[% ELSE %] |
310 |
[% ELSE %] |
| 309 |
<option value="[% ccodeloo.code | html %]">[% ccodeloo.description | html %]</option> |
311 |
<option value="[% ccodeloo.code | html %]">[% ccodeloo.description | html %]</option> |
|
|
312 |
[% END %] |
| 310 |
[% END %] |
313 |
[% END %] |
| 311 |
[% END %] |
314 |
</select> |
| 312 |
</select> |
315 |
</li> |
| 313 |
</li> |
|
|
| 314 |
|
316 |
|
| 315 |
<li> |
317 |
<li> |
| 316 |
<label for="notforloan_item_[% item.item_id | html %]">notforloan</label> |
318 |
<label for="notforloan_item_[% item.item_id | html %]">notforloan</label> |
| 317 |
<select id="notforloan_item_[% item.item_id | html %]" name="notforloan_[% biblio.import_record_id | html %]"> |
319 |
<select id="notforloan_item_[% item.item_id | html %]" name="notforloan_[% biblio.import_record_id | html %]"> |
| 318 |
<option value=""> </option> |
320 |
<option value=""> </option> |
| 319 |
[% FOREACH n IN notforloanloop %] |
321 |
[% FOREACH n IN notforloanloop %] |
| 320 |
[% IF n.code == item.notforloan %] |
322 |
[% IF n.code == item.notforloan %] |
| 321 |
<option value="[% n.code | html %]" selected="selected">[% n.description | html %]</option> |
323 |
<option value="[% n.code | html %]" selected="selected">[% n.description | html %]</option> |
| 322 |
[% ELSE %] |
324 |
[% ELSE %] |
| 323 |
<option value="[% n.code | html %]">[% n.description | html %]</option> |
325 |
<option value="[% n.code | html %]">[% n.description | html %]</option> |
|
|
326 |
[% END %] |
| 324 |
[% END %] |
327 |
[% END %] |
| 325 |
[% END %] |
328 |
</select> |
| 326 |
</select> |
329 |
</li> |
| 327 |
</li> |
330 |
<li> |
| 328 |
<li> |
331 |
<label for="uri_item_[% item.item_id | html %]">uri</label> |
| 329 |
<label for="uri_item_[% item.item_id | html %]">uri</label> |
332 |
<input type="text" id="uri_item_[% item.item_id | html %]" name="uri_[% biblio.import_record_id | html %]" value="[% item.uri | html %]"> |
| 330 |
<input type="text" id="uri_item_[% item.item_id | html %]" name="uri_[% biblio.import_record_id | html %]" value="[% item.uri | html %]"> |
333 |
</li> |
| 331 |
</li> |
334 |
<li> |
| 332 |
<li> |
335 |
<label for="copyno_item_[% item.item_id | html %]">copyno</label> |
| 333 |
<label for="copyno_item_[% item.item_id | html %]">copyno</label> |
336 |
<input type="text" id="copyno_item_[% item.item_id | html %]" name="copyno_[% biblio.import_record_id | html %]" value="[% item.copyno | html %]"> |
| 334 |
<input type="text" id="copyno_item_[% item.item_id | html %]" name="copyno_[% biblio.import_record_id | html %]" value="[% item.copyno | html %]"> |
337 |
</li> |
| 335 |
</li> |
338 |
<li> |
| 336 |
<li> |
339 |
<label for="budget_code_item_[% item.item_id | html %]">budget_code</label> |
| 337 |
<label for="budget_code_item_[% item.item_id | html %]">budget_code</label> |
340 |
<select class="budget_code_item" id="budget_code_item_[% item.item_id | html %]" name="budget_code_[% biblio.import_record_id | html %]"> |
| 338 |
<select class="budget_code_item" id="budget_code_item_[% item.item_id | html %]" name="budget_code_[% biblio.import_record_id | html %]"> |
341 |
<option value="">Select a fund (will use default if set)</option> |
| 339 |
<option value="">Select a fund (will use default if set)</option> |
342 |
[% FOREACH budget_loo IN budget_loop %] |
| 340 |
[% FOREACH budget_loo IN budget_loop %] |
343 |
[% IF ( budget_loo.b_id ) == ( item.budget_id ) %]<option value="[% budget_loo.b_id | html %]" selected="selected">[% budget_loo.b_txt | html %]</option> |
| 341 |
[% IF ( budget_loo.b_id ) == ( item.budget_id ) %]<option value="[% budget_loo.b_id | html %]" selected="selected">[% budget_loo.b_txt | html %]</option> |
344 |
[% ELSE %]<option value="[% budget_loo.b_id | html %]">[% budget_loo.b_txt | html %]</option> |
| 342 |
[% ELSE %]<option value="[% budget_loo.b_id | html %]">[% budget_loo.b_txt | html %]</option> |
345 |
[% END %] |
| 343 |
[% END %] |
346 |
[% END %] |
| 344 |
[% END %] |
347 |
</select> |
| 345 |
</select> |
348 |
<span class="item_fund required">Required</span> |
| 346 |
<span class="item_fund required">Required</span> |
349 |
</li> |
| 347 |
</li> |
350 |
<li> |
| 348 |
<li> |
351 |
<label for="price_item_[% item.item_id | html %]">price</label> |
| 349 |
<label for="price_item_[% item.item_id | html %]">price</label> |
352 |
<input type="text" id="price_item_[% item.item_id | html %]" class="decimal" name="itemprice_[% biblio.import_record_id | html %]" value="[% item.itemprice | $Price on_editing => 1 %]"> |
| 350 |
<input type="text" id="price_item_[% item.item_id | html %]" name="itemprice_[% biblio.import_record_id | html %]" value="[% item.itemprice | html %]"> |
353 |
</li> |
| 351 |
</li> |
354 |
<li> |
| 352 |
<li> |
355 |
<label for="replacementprice_item_[% item.item_id | html %]">replacement price</label> |
| 353 |
<label for="replacementprice_item_[% item.item_id | html %]">replacement price</label> |
356 |
<input type="text" id="replacementprice_item_[% item.item_id | html %]" class="decimal" name="replacementprice_[% biblio.import_record_id | html %]" value="[% item.replacementprice | $Price on_editing => 1 %]"> |
| 354 |
<input type="text" id="replacementprice_item_[% item.item_id | html %]" name="replacementprice_[% biblio.import_record_id | html %]" value="[% item.replacementprice | html %]"> |
357 |
</li> |
| 355 |
</li> |
358 |
<li> |
| 356 |
<li> |
359 |
<label for="callnumber_item_[% item.item_id | html %]">callnumber</label> |
| 357 |
<label for="callnumber_item_[% item.item_id | html %]">callnumber</label> |
360 |
<input type="text" id="callnumber_item_[% item.item_id | html %]" name="itemcallnumber_[% biblio.import_record_id | html %]" value="[% item.itemcallnumber | html %]"> |
| 358 |
<input type="text" id="callnumber_item_[% item.item_id | html %]" name="itemcallnumber_[% biblio.import_record_id | html %]" value="[% item.itemcallnumber | html %]"> |
361 |
</li> |
| 359 |
</li> |
362 |
</ol> |
| 360 |
</ol> |
363 |
</fieldset> |
| 361 |
</fieldset> |
364 |
[% END # /FOREACH item %] |
| 362 |
[% END # /FOREACH item %] |
365 |
</div> <!-- /.item_edit_form --> |
| 363 |
</div> <!-- /.item_edit_form --> |
366 |
[% END %] |
| 364 |
[% END %] |
367 |
</fieldset> <!-- /.rows.order_details --> |
| 365 |
</fieldset> <!-- /.rows.order_details --> |
368 |
</form> |
| 366 |
</td> |
369 |
</td> |
| 367 |
</tr> |
370 |
</tr> |
| 368 |
[% END # /FOREACH biblio %] |
371 |
[% END # /FOREACH biblio %] |