Bugzilla – Attachment 42110 Details for
Bug 14616
Introducing Koha::Object subclasses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14616 - Koha::Object subclasses
Bug-14616---KohaObject-subclasses.patch (text/plain), 676 bytes, created by
Olli-Antti Kivilahti
on 2015-08-31 11:04:34 UTC
(
hide
)
Description:
Bug 14616 - Koha::Object subclasses
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2015-08-31 11:04:34 UTC
Size:
676 bytes
patch
obsolete
>From a6cd65e2fb645e282de1c7be87f97fd478bea1f7 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Tue, 25 Aug 2015 11:45:56 +0300 >Subject: [PATCH] Bug 14616 - Koha::Object subclasses > >--- > Koha/Checkout.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Checkout.pm b/Koha/Checkout.pm >index 9bc365f..49de6cf 100644 >--- a/Koha/Checkout.pm >+++ b/Koha/Checkout.pm >@@ -44,7 +44,7 @@ sub barcode { > my ($self) = @_; > > unless ($self->{item}) { >- $self->{item} = $self->_result->item; >+ $self->{item} = Koha::Items->cast($self->_result->item); > } > return $self->{item}->barcode; > } >-- >1.9.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 14616
:
41223
|
41252
|
41532
| 42110 |
42117
|
44321
|
44406