Bugzilla – Attachment 2646 Details for
Bug 5248
Some descriptions missing in the opac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for opac-detail
opac-detail.patch (text/plain), 1.07 KB, created by
Chad Billman
on 2010-09-24 12:28:05 UTC
(
hide
)
Description:
Patch for opac-detail
Filename:
MIME Type:
Creator:
Chad Billman
Created:
2010-09-24 12:28:05 UTC
Size:
1.07 KB
patch
obsolete
>--- opac-detail-orig.pl 2010-09-23 09:21:35.000000000 -0400 >+++ opac-detail.pl 2010-09-24 08:15:06.000000000 -0400 >@@ -183,10 +183,12 @@ my $marcsubjctsarray = GetMarcSubjects > my $marcseriesarray = GetMarcSeries ($record,$marcflavour); > my $marcurlsarray = GetMarcUrls ($record,$marcflavour); > my $subtitle = C4::Biblio::get_koha_field_from_marc('bibliosubtitle', 'subtitle', $record, ''); >+my $normalized_upc = GetNormalizedUPC($record, $marcflavour); >+my $normalized_oclc = GetNormalizedOCLCNumber($record,$marcflavour); > > $template->param( >- normalized_oclc => GetNormalizedOCLCNumber($record,$marcflavour), >- normalized_upc => GetNormalizedUPC ($record,$marcflavour), >+ normalized_oclc => $normalized_oclc, >+ normalized_upc => $normalized_upc, > normalized_isbn => $normalized_isbn, > MARCNOTES => $marcnotesarray, > MARCSUBJCTS => $marcsubjctsarray, >
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 5248
: 2646