|
Lines 188-207
Link Here
|
| 188 |
</li> |
188 |
</li> |
| 189 |
<li class="quantity"> |
189 |
<li class="quantity"> |
| 190 |
<label for="quantity_record_[% biblio.import_record_id | html %]" class="required">Quantity: </label> |
190 |
<label for="quantity_record_[% biblio.import_record_id | html %]" class="required">Quantity: </label> |
| 191 |
<input id="quantity_record_[% biblio.import_record_id | html %]" type="text" pattern="[0-9]+" value="[% biblio.quantity.length ? biblio.quantity : 1 | html %]" name="quantity" /> |
191 |
<input id="quantity_record_[% biblio.import_record_id | html %]" type="text" pattern="[0-9]+" value="[% biblio.quantity.length ? biblio.quantity : 1 | html %]" name="quantity_[% biblio.import_record_id | html %]" /> |
| 192 |
<span class="required">Required</span> |
192 |
<span class="required">Required</span> |
| 193 |
</li> |
193 |
</li> |
| 194 |
<li class="price"> |
194 |
<li class="price"> |
| 195 |
<label for="price_record_[% biblio.import_record_id | html %]">Price: </label> |
195 |
<label for="price_record_[% biblio.import_record_id | html %]">Price: </label> |
| 196 |
<input id="price_record_[% biblio.import_record_id | html %]" class="decimal" type="text" value="[% biblio.price | $Price on_editing => 1 %]" name="price" /> |
196 |
<input id="price_record_[% biblio.import_record_id | html %]" class="decimal" type="text" value="[% biblio.price | $Price on_editing => 1 %]" name="price_[% biblio.import_record_id | html %]" /> |
| 197 |
</li> |
197 |
</li> |
| 198 |
<li class="replacementprice"> |
198 |
<li class="replacementprice"> |
| 199 |
<label for="replacementprice_record_[% biblio.import_record_id | html %]">Replacement price: </label> |
199 |
<label for="replacementprice_record_[% biblio.import_record_id | html %]">Replacement price: </label> |
| 200 |
<input id="replacementprice_record_[% biblio.import_record_id | html %]" class="decimal" type="text" value="[% biblio.replacementprice | $Price on_editing => 1 %]" name="replacementprice" /> |
200 |
<input id="replacementprice_record_[% biblio.import_record_id | html %]" class="decimal" type="text" value="[% biblio.replacementprice | $Price on_editing => 1 %]" name="replacementprice_[% biblio.import_record_id | html %]" /> |
| 201 |
</li> |
201 |
</li> |
| 202 |
<li class="discount"> |
202 |
<li class="discount"> |
| 203 |
<label for="discount_record_[% biblio.import_record_id | html %]">Discount: </label> |
203 |
<label for="discount_record_[% biblio.import_record_id | html %]">Discount: </label> |
| 204 |
<input id="discount_record_[% biblio.import_record_id | html %]" type="text" value="[% biblio.discount | html %]" name="discount" size="6" /> % |
204 |
<input id="discount_record_[% biblio.import_record_id | html %]" type="text" value="[% biblio.discount | html %]" name="discount_[% biblio.import_record_id | html %]" size="6" /> % |
| 205 |
<div class="hint">If empty, discount rate from vendor will be used</div> |
205 |
<div class="hint">If empty, discount rate from vendor will be used</div> |
| 206 |
</li> |
206 |
</li> |
| 207 |
<li class="fund"> |
207 |
<li class="fund"> |
|
Lines 210-216
Link Here
|
| 210 |
<input type="hidden" size="20" name="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %] |
210 |
<input type="hidden" size="20" name="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %] |
| 211 |
[% ELSE %] |
211 |
[% ELSE %] |
| 212 |
<label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label> |
212 |
<label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label> |
| 213 |
<select id="fund_record_[% biblio.import_record_id | html %]" name="budget_id"> |
213 |
<select id="fund_record_[% biblio.import_record_id | html %]" name="budget_id_[% biblio.import_record_id | html %]"> |
| 214 |
<option value="">Select a fund (will use default if set)</option> |
214 |
<option value="">Select a fund (will use default if set)</option> |
| 215 |
[% FOREACH budget IN budget_loop %] |
215 |
[% FOREACH budget IN budget_loop %] |
| 216 |
[% IF ( budget.b_id == biblio.budget_id ) %] |
216 |
[% IF ( budget.b_id == biblio.budget_id ) %] |
|
Lines 231-241
Link Here
|
| 231 |
</li> |
231 |
</li> |
| 232 |
<li class="sort1"> |
232 |
<li class="sort1"> |
| 233 |
<label for="sort1_record_[% biblio.import_record_id | html %]">Statistic 1: </label> |
233 |
<label for="sort1_record_[% biblio.import_record_id | html %]">Statistic 1: </label> |
| 234 |
<input id="sort1_record_[% biblio.import_record_id | html %]" type="text" size="20" name="sort1" value="[% biblio.sort1 | html %]" /> |
234 |
<input id="sort1_record_[% biblio.import_record_id | html %]" type="text" size="20" name="sort1_[% biblio.import_record_id | html %]" value="[% biblio.sort1 | html %]" /> |
| 235 |
</li> |
235 |
</li> |
| 236 |
<li class="sort2"> |
236 |
<li class="sort2"> |
| 237 |
<label for="sort2_record_[% biblio.import_record_id | html %]">Statistic 2: </label> |
237 |
<label for="sort2_record_[% biblio.import_record_id | html %]">Statistic 2: </label> |
| 238 |
<input id="sort2_record_[% biblio.import_record_id | html %]" type="text" size="20" name="sort2" value="[% biblio.sort2 | html %]" /> |
238 |
<input id="sort2_record_[% biblio.import_record_id | html %]" type="text" size="20" name="sort2_[% biblio.import_record_id | html %]" value="[% biblio.sort2 | html %]" /> |
| 239 |
</li> |
239 |
</li> |
| 240 |
</ol> |
240 |
</ol> |
| 241 |
[% IF ( biblio.iteminfos.size ) %] |
241 |
[% IF ( biblio.iteminfos.size ) %] |
| 242 |
- |
|
|