Bugzilla – Attachment 62470 Details for
Bug 17835
Move C4::Koha::GetItemTypes to Koha::ItemTypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17835: Re-add the use Koha in orderreceive
Bug-17835-Re-add-the-use-Koha-in-orderreceive.patch (text/plain), 693 bytes, created by
Jonathan Druart
on 2017-04-20 13:00:38 UTC
(
hide
)
Description:
Bug 17835: Re-add the use Koha in orderreceive
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-04-20 13:00:38 UTC
Size:
693 bytes
patch
obsolete
>From 598ee32db330bb8538147c8e162ea2e48ba26ecf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 20 Apr 2017 09:56:09 -0300 >Subject: [PATCH] Bug 17835: Re-add the use Koha in orderreceive > >It is still used for getitemtypeinfo, at least. >--- > acqui/orderreceive.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl >index f0dd664..837a117 100755 >--- a/acqui/orderreceive.pl >+++ b/acqui/orderreceive.pl >@@ -71,6 +71,7 @@ use C4::Members; > use C4::Items; > use C4::Biblio; > use C4::Suggestions; >+use C4::Koha; > > use Koha::Acquisition::Booksellers; > use Koha::DateUtils qw( dt_from_string ); >-- >2.9.3
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 17835
:
58561
|
58562
|
58563
|
58564
|
58565
|
58600
|
60033
|
60046
|
60048
|
60049
|
60050
|
60051
|
60052
|
60053
|
60914
|
60915
|
60916
|
60917
|
61695
|
61696
|
61697
|
61698
|
61699
|
61700
|
61966
|
61967
|
61968
|
61969
|
61970
|
61971
|
62156
|
62157
|
62158
|
62159
|
62160
|
62161
|
62162
|
62370
| 62470