Bugzilla – Attachment 52927 Details for
Bug 14757
Allow the use of Template Toolkit syntax for slips and notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14757 [QA Followup] - Don't overload new for Modifications
Bug-14757-QA-Followup---Dont-overload-new-for-Modi.patch (text/plain), 920 bytes, created by
Jonathan Druart
on 2016-06-28 13:46:48 UTC
(
hide
)
Description:
Bug 14757 [QA Followup] - Don't overload new for Modifications
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-28 13:46:48 UTC
Size:
920 bytes
patch
obsolete
>From 1916fca6cd2ffaa2538f582ec88951d1f68a97c1 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 27 Jun 2016 13:43:59 +0000 >Subject: [PATCH] Bug 14757 [QA Followup] - Don't overload new for > Modifications > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > Koha/Patron/Modifications.pm | 12 ------------ > 1 file changed, 12 deletions(-) > >diff --git a/Koha/Patron/Modifications.pm b/Koha/Patron/Modifications.pm >index 31fd61b..7e17289 100644 >--- a/Koha/Patron/Modifications.pm >+++ b/Koha/Patron/Modifications.pm >@@ -29,18 +29,6 @@ use C4::Debug; > > use base qw(Koha::Objects); > >-sub new { >- my ( $self, %args ) = @_; >- >- $self = $self->SUPER::new(@_); >- >- foreach my $key ( keys %args ) { >- $self->{$key} = $args{$key}; >- } >- >- return $self; >-} >- > =head2 AddModifications > > Koha::Patron::Modifications->AddModifications( $data ); >-- >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 14757
:
45325
|
45884
|
47123
|
47131
|
47176
|
47177
|
47865
|
47866
|
48498
|
48499
|
48500
|
48619
|
48620
|
48621
|
48622
|
48805
|
48806
|
48807
|
48808
|
48809
|
48810
|
52758
|
52759
|
52760
|
52761
|
52805
|
52806
|
52807
|
52895
|
52924
|
52925
|
52926
| 52927 |
52928