From 376aec3860462802006a84b16654f50dc85c5775 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 19 Nov 2013 11:27:52 +0100 Subject: [PATCH] [PASSED QA] Bug 11265: the locale value is not selected on editing a subscription Test plan: 0/ you have to have some locales defined, run dpkg-reconfigure locales to configure locales 1/ edit a subscription (or add a new one) and select a locale 2/ save 3/ edit again and verify the locale value is selected Signed-off-by: Bernardo Gonzalez Kriegel Work as described. No koha-qa errors. Tested creating a suscription, selecting locale (have many) and saving. When editing suscription: 1) Without patch locale value is not showed on page, empty value 2) With patch correct value is displayed Signed-off-by: Katrin Fischer Passes all tests and QA script. Template change only. Works as expected - saved locale is now shown on editing the subscription and will not be deleted upon saving. --- .../intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 b0d84ee..713b3b1 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 @@ -706,10 +706,12 @@ $(document).ready(function() { If empty, system locale is used -- 1.8.3.2