Lines 192-197
$(document).ready(function() {
Link Here
|
192 |
<th>Item level holds</th> |
192 |
<th>Item level holds</th> |
193 |
<th>Article requests</th> |
193 |
<th>Article requests</th> |
194 |
<th>Rental discount (%)</th> |
194 |
<th>Rental discount (%)</th> |
|
|
195 |
<th>Note</th> |
195 |
<th>Actions</th> |
196 |
<th>Actions</th> |
196 |
</tr> |
197 |
</tr> |
197 |
</thead> |
198 |
</thead> |
Lines 290-295
$(document).ready(function() {
Link Here
|
290 |
[% END %] |
291 |
[% END %] |
291 |
</td> |
292 |
</td> |
292 |
<td>[% rule.rentaldiscount %]</td> |
293 |
<td>[% rule.rentaldiscount %]</td> |
|
|
294 |
<td>[% rule.note %]</td> |
293 |
<td class="actions"> |
295 |
<td class="actions"> |
294 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
296 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
295 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype %]&categorycode=[% rule.categorycode %]&branch=[% rule.current_branch %]"><i class="fa fa-trash"></i> Delete</a> |
297 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype %]&categorycode=[% rule.categorycode %]&branch=[% rule.current_branch %]"><i class="fa fa-trash"></i> Delete</a> |
Lines 379-384
$(document).ready(function() {
Link Here
|
379 |
</select> |
381 |
</select> |
380 |
</td> |
382 |
</td> |
381 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
383 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
|
|
384 |
<td><input type="text" name="note" id="note" size="15" value="[% rule.note %]"></td> |
382 |
<td class="actions"> |
385 |
<td class="actions"> |
383 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
386 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
384 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
387 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
Lines 413-418
$(document).ready(function() {
Link Here
|
413 |
<th>Item level holds</th> |
416 |
<th>Item level holds</th> |
414 |
<th>Article requests</th> |
417 |
<th>Article requests</th> |
415 |
<th>Rental discount (%)</th> |
418 |
<th>Rental discount (%)</th> |
|
|
419 |
<th>Note</th> |
416 |
<th colspan="2"> </th> |
420 |
<th colspan="2"> </th> |
417 |
</tr> |
421 |
</tr> |
418 |
</tfoot> |
422 |
</tfoot> |
419 |
- |
|
|