Bugzilla – Attachment 6292 Details for
Bug 7215
callnumber versus itemcallnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7215 - changed callnumber PRESET field to itemcallnumber
Bug-7215---changed-callnumber-PRESET-field-to-item.patch (text/plain), 881 bytes, created by
Brendan Gallagher
on 2011-11-11 17:27:20 UTC
(
hide
)
Description:
Bug 7215 - changed callnumber PRESET field to itemcallnumber
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2011-11-11 17:27:20 UTC
Size:
881 bytes
patch
obsolete
>From 35c7c20294afe433bcd6543cbe803c615e38d0db Mon Sep 17 00:00:00 2001 >From: Brendan <info@bywatersolutions.com> >Date: Fri, 11 Nov 2011 09:25:15 -0800 >Subject: [PATCH] Bug 7215 - changed callnumber PRESET field to itemcallnumber > >Fixes problem with creating new labels - before it populated with callnumber and not itemcallnumber >--- > C4/Creators/Layout.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Creators/Layout.pm b/C4/Creators/Layout.pm >index 9de8ece..73a19fa 100644 >--- a/C4/Creators/Layout.pm >+++ b/C4/Creators/Layout.pm >@@ -61,7 +61,7 @@ sub _check_params { > return $exit_code; > } > >-use constant PRESET_FIELDS => [qw(title author isbn issn itemtype barcode callnumber)]; >+use constant PRESET_FIELDS => [qw(title author isbn issn itemtype barcode itemcallnumber)]; > sub new { > my $invocant = shift; > my $self = ''; >-- >1.7.2.5
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 7215
:
6290
|
6292
|
6293
|
6737