Bugzilla – Attachment 55541 Details for
Bug 17295
Missed variable removal in subscription-add.pl from Bug 15758
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17295 - Missed variable removal in subscription-add.pl from Bug 15758
Bug-17295---Missed-variable-removal-in-subscriptio.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2016-09-13 14:48:35 UTC
(
hide
)
Description:
Bug 17295 - Missed variable removal in subscription-add.pl from Bug 15758
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-09-13 14:48:35 UTC
Size:
1.13 KB
patch
obsolete
>From 6c4dc739dd80fc2d3854126b87ebb70e36ea7adc Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 13 Sep 2016 14:08:23 +0000 >Subject: [PATCH] Bug 17295 - Missed variable removal in subscription-add.pl > from Bug 15758 > >To test: >Load subscription-add.pl >Get an error >Apply patch >Reload >Koha is less sad (page loads okay) >Verify that normal functions work > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > serials/subscription-add.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/serials/subscription-add.pl b/serials/subscription-add.pl >index 1aa7964..f66b650 100755 >--- a/serials/subscription-add.pl >+++ b/serials/subscription-add.pl >@@ -149,7 +149,6 @@ my @previoustypearg = > map { { code => $_, value => $typeloop->{$_}{'description'}, selected => ( ( $subs->{previousitemtype} and $_ eq $subs->{previousitemtype} ) ? "selected=\"selected\"" : "" ), } } sort keys %{$typeloop}; > > $template->param( >- branchloop => $branchloop, > typeloop => \@typearg, > previoustypeloop => \@previoustypearg, > locations_loop=>$locations_loop, >-- >2.8.1
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 17295
:
55534
| 55541