Bugzilla – Attachment 47857 Details for
Bug 14889
Move the framework related code to Koha::BiblioFramework[s]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14889: Fix typo in Koha/BiblioFrameworks.pm
Bug-14889-Fix-typo-in-KohaBiblioFrameworkspm.patch (text/plain), 621 bytes, created by
Jonathan Druart
on 2016-02-10 15:59:59 UTC
(
hide
)
Description:
Bug 14889: Fix typo in Koha/BiblioFrameworks.pm
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-10 15:59:59 UTC
Size:
621 bytes
patch
obsolete
>From a004119e2cb2ace987175fdd2b6ce3a6003e4bdd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 10 Feb 2016 15:59:11 +0000 >Subject: [PATCH] Bug 14889: Fix typo in Koha/BiblioFrameworks.pm > >--- > Koha/BiblioFrameworks.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/BiblioFrameworks.pm b/Koha/BiblioFrameworks.pm >index 8ccbea5..4023a60 100644 >--- a/Koha/BiblioFrameworks.pm >+++ b/Koha/BiblioFrameworks.pm >@@ -21,7 +21,7 @@ use Carp; > > use Koha::Database; > >-use Koha::City; >+use Koha::BiblioFramework; > > use base qw(Koha::Objects); > >-- >2.1.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 14889
:
42846
|
42847
|
43775
|
43776
|
43944
|
43974
|
43975
|
44493
|
44494
|
44495
|
44496
|
44497
|
44985
|
44986
|
44987
|
44988
|
44989
| 47857