Lines 2-7
Link Here
|
2 |
[% USE Koha %] |
2 |
[% USE Koha %] |
3 |
[% USE Branches %] |
3 |
[% USE Branches %] |
4 |
[% PROCESS 'i18n.inc' %] |
4 |
[% PROCESS 'i18n.inc' %] |
|
|
5 |
[% USE raw %] |
5 |
[% USE Asset %] |
6 |
[% USE Asset %] |
6 |
[% SET footerjs = 1 %] |
7 |
[% SET footerjs = 1 %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
Lines 158-166
Link Here
|
158 |
[% MACRO jsinclude BLOCK %] |
159 |
[% MACRO jsinclude BLOCK %] |
159 |
[% INCLUDE 'calendar.inc' %] |
160 |
[% INCLUDE 'calendar.inc' %] |
160 |
<script> |
161 |
<script> |
161 |
var subscriptionid = "[% subscription.subscriptionid %]"; |
162 |
var subscriptionid = "[% subscription.subscriptionid | html %]"; |
162 |
var irregularity = "[% subscription.irregularity %]"; |
163 |
var irregularity = "[% subscription.irregularity | html %]"; |
163 |
var more_than_one_serial = "[% more_than_one_serial %]"; |
164 |
var more_than_one_serial = "[% more_than_one_serial | html %]"; |
164 |
$(document).ready(function(){ |
165 |
$(document).ready(function(){ |
165 |
if (subscriptionid) { |
166 |
if (subscriptionid) { |
166 |
testPredictionPattern(); |
167 |
testPredictionPattern(); |
167 |
- |
|
|