Bugzilla – Attachment 64974 Details for
Bug 18276
Koha::Biblio - Remove GetBiblioFromItemNumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18276: (follow-up) Remove GetBiblioFromItemNumber - Easy ones
Bug-18276-follow-up-Remove-GetBiblioFromItemNumber.patch (text/plain), 881 bytes, created by
Jonathan Druart
on 2017-07-10 15:55:28 UTC
(
hide
)
Description:
Bug 18276: (follow-up) Remove GetBiblioFromItemNumber - Easy ones
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-07-10 15:55:28 UTC
Size:
881 bytes
patch
obsolete
>From 28f6270efec806bdd8c71a8c3072a13d68193d2c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 10 Jul 2017 12:54:35 -0300 >Subject: [PATCH] Bug 18276: (follow-up) Remove GetBiblioFromItemNumber - Easy > ones > >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 69ac19a2d8..069bb80274 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2877,7 +2877,7 @@ sub AddRenewal { > VALUES (now(),?,?,?,?,?,?,?,?)" > ); > $sth->execute( $borrowernumber, $accountno, $charge, $manager_id, >- "Renewal of Rental Item " . $item_object->title . " $item->{'barcode'}", >+ "Renewal of Rental Item " . $biblio->title . " $item->{'barcode'}", > 'Rent', $charge, $itemnumber ); > } > >-- >2.11.0
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 18276
:
61122
|
61123
|
61124
|
61125
|
61126
|
61177
|
61178
|
61179
|
61180
|
61181
|
62081
|
62082
|
62083
|
62084
|
62085
|
62476
|
62477
|
62478
|
62479
|
62480
|
62481
|
63121
|
63122
|
63123
|
63124
|
63125
|
63126
|
63166
|
63294
|
63295
|
63296
|
63297
|
63298
|
63299
|
63300
|
64748
|
64809
|
64810
|
64811
|
64812
|
64813
|
64814
|
64815
|
64816
|
64817
|
64878
|
64879
|
64880
|
64881
|
64882
|
64883
|
64884
|
64885
|
64886
|
64887
|
64974
|
64975