View | Details | Raw Unified | Return to bug 15148
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js (-3 / +2 lines)
Lines 300-310 function testPredictionPattern() { Link Here
300
300
301
301
302
    var ajaxParams = [
302
    var ajaxParams = [
303
        'to', 'subtype', 'sublength', 'frequency', 'numberingmethod',
303
        'from', 'to', 'subtype', 'sublength', 'frequency', 'numberingmethod',
304
        'lastvalue1', 'lastvalue2', 'lastvalue3', 'add1', 'add2', 'add3',
304
        'lastvalue1', 'lastvalue2', 'lastvalue3', 'add1', 'add2', 'add3',
305
        'every1', 'every2', 'every3', 'innerloop1', 'innerloop2', 'innerloop3',
305
        'every1', 'every2', 'every3', 'innerloop1', 'innerloop2', 'innerloop3',
306
        'setto1', 'setto2', 'setto3', 'numbering1', 'numbering2', 'numbering3',
306
        'setto1', 'setto2', 'setto3', 'numbering1', 'numbering2', 'numbering3',
307
        'whenmorethan1', 'whenmorethan2', 'whenmorethan3', 'locale', 'from',
307
        'whenmorethan1', 'whenmorethan2', 'whenmorethan3', 'locale',
308
        'sfdescription', 'unitsperissue', 'issuesperunit', 'unit'
308
        'sfdescription', 'unitsperissue', 'issuesperunit', 'unit'
309
    ];
309
    ];
310
    for(i in ajaxParams) {
310
    for(i in ajaxParams) {
311
- 

Return to bug 15148