Bugzilla – Attachment 46385 Details for
Bug 15501
Planned Irregularities are deleted when modifying subscription
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15501 - Planned Irregularities are deleted when modifying subscription
0001-Bug-15501-Planned-Irregularities-are-deleted-when-mo.patch (text/plain), 1.57 KB, created by
Koha Team University Lyon 3
on 2016-01-07 09:52:44 UTC
(
hide
)
Description:
Bug 15501 - Planned Irregularities are deleted when modifying subscription
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2016-01-07 09:52:44 UTC
Size:
1.57 KB
patch
obsolete
>From e75f05bb25658d79fa92373dd0fd64832238e87f Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Thu, 7 Jan 2016 10:48:42 +0100 >Subject: [PATCH] Bug 15501 - Planned Irregularities are deleted when > modifying subscription > >Add a warning to avoid saving a subscription whitout testing prediction pattern >when there are planned no published issues >--- > .../intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >index af908df..136aa57 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >@@ -17,6 +17,7 @@ var globalnumpatterndata; > var globalfreqdata; > var advancedpatternlocked; > var patternneedtobetested = 0; >+[% IF ( irregularity ) %]patternneedtobetested=1[% END %] > > function check_issues(){ > if (globalfreqdata.unit.length >0) { >@@ -86,7 +87,9 @@ function Check_page2(){ > return false; > } > if(patternneedtobetested){ >- alert(_("Please click on 'Test prediction pattern' before saving subscription.")); >+ [% IF (irregularity) %] >+ alert(_("Warning ! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid")); >+ [% ELSE %]alert(_("Please click on 'Test prediction pattern' before saving subscription."));[% END %] > return false; > } > >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15501
:
46341
|
46385
|
46411
|
46422