Bugzilla – Attachment 48135 Details for
Bug 8352
Add automatic printing of 'hold to pull' notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8352: Fix type vs _type for bug 15446
Bug-8352-Fix-type-vs-type-for-bug-15446.patch (text/plain), 932 bytes, created by
Jonathan Druart
on 2016-02-16 14:18:55 UTC
(
hide
)
Description:
Bug 8352: Fix type vs _type for bug 15446
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-16 14:18:55 UTC
Size:
932 bytes
patch
obsolete
>From 5866953801bcf7e33b7b7836a88375e27aacde61 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Feb 2016 14:18:08 +0000 >Subject: [PATCH] Bug 8352: Fix type vs _type for bug 15446 > >--- > Koha/Printer.pm | 4 ++-- > Koha/Printers.pm | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/Koha/Printer.pm b/Koha/Printer.pm >index f675b6d..d54828c 100644 >--- a/Koha/Printer.pm >+++ b/Koha/Printer.pm >@@ -108,11 +108,11 @@ sub print { > return ( $result eq '1', $error ); > } > >-=head3 type >+=head3 _type > > =cut > >-sub type { >+sub _type { > return 'Printer'; > } > >diff --git a/Koha/Printers.pm b/Koha/Printers.pm >index a67da1a..5e9f73d 100644 >--- a/Koha/Printers.pm >+++ b/Koha/Printers.pm >@@ -37,11 +37,11 @@ Koha::Printer - Koha Printer Object set class > > =cut > >-=head3 type >+=head3 _type > > =cut > >-sub type { >+sub _type { > return 'Printer'; > } > >-- >2.7.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 8352
:
10627
|
10766
|
12523
|
13465
|
14394
|
16338
|
16543
|
27127
|
28333
|
28334
|
28335
|
28651
|
28652
|
28653
|
28654
|
36833
|
36834
|
40749
|
40750
|
40751
|
41579
|
41580
|
41581
|
41582
|
41583
|
44359
|
44360
|
44361
|
44362
|
44363
|
45275
|
45276
|
45277
|
45278
|
45279
|
45362
|
45365
|
45651
|
45652
|
45653
|
45654
|
45655
|
45656
|
45657
|
45658
|
45659
|
46878
|
46879
|
46880
|
46881
|
46882
|
46883
|
46884
|
48127
|
48128
|
48129
|
48130
|
48131
|
48132
|
48133
|
48134
| 48135