|
Lines 218-228
Link Here
|
| 218 |
[% Asset.js("js/modal_printer.js") | $raw %] |
218 |
[% Asset.js("js/modal_printer.js") | $raw %] |
| 219 |
<script> |
219 |
<script> |
| 220 |
$(document).ready(function () { |
220 |
$(document).ready(function () { |
| 221 |
|
|
|
| 222 |
[%# js used here as we don't have access to these template variables where we need them #%] |
221 |
[%# js used here as we don't have access to these template variables where we need them #%] |
| 223 |
$("#bankable").text('[% bankable | $Price %]'); |
222 |
$("#bankable").text('[% bankable | $Price %]'); |
| 224 |
$("#income").text('[% ctotal | $Price %] ([% cctotal | $Price %])'); |
223 |
$("#income").text('[% ctotal | $Price %] ([% cctotal | $Price %])'); |
| 225 |
$("#outgoing").text('[% dtotal | $Price %] ([% cdtotal | $Price %])'); |
224 |
$("#outgoing").text('[% dtotal | $Price %] ([% cdtotal | $Price %])'); |
|
|
225 |
}); |
| 226 |
</script> |
| 227 |
|
| 228 |
<script> |
| 229 |
$(document).ready(function () { |
| 226 |
|
230 |
|
| 227 |
var registers_table = $("#registers").kohaTable({ |
231 |
var registers_table = $("#registers").kohaTable({ |
| 228 |
searching: false, |
232 |
searching: false, |
| 229 |
- |
|
|