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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-2 / +1 lines)
Lines 88-94 function Check_page2(){ Link Here
88
    }
88
    }
89
    if(patternneedtobetested){
89
    if(patternneedtobetested){
90
        [% IF (irregularity) %]
90
        [% IF (irregularity) %]
91
           alert(_("Warning ! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid"));
91
           alert(_("Warning! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid"));
92
        [% ELSE %]alert(_("Please click on 'Test prediction pattern' before saving subscription."));[% END %]
92
        [% ELSE %]alert(_("Please click on 'Test prediction pattern' before saving subscription."));[% END %]
93
        return false;
93
        return false;
94
    }
94
    }
95
- 

Return to bug 15598