Bugzilla – Attachment 42738 Details for
Bug 14854
Add DataTables on upload results table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14854: removed record length limit test
Bug-14854-removed-record-length-limit-test.patch (text/plain), 1.24 KB, created by
Barton Chittenden
on 2015-09-21 15:58:26 UTC
(
hide
)
Description:
Bug 14854: removed record length limit test
Filename:
MIME Type:
Creator:
Barton Chittenden
Created:
2015-09-21 15:58:26 UTC
Size:
1.24 KB
patch
obsolete
>From d4664f9bff71faf8b173514c51aa1d22e3477417 Mon Sep 17 00:00:00 2001 >From: Barton Chittenden <barton@bywatersolutions.com> >Date: Mon, 21 Sep 2015 08:57:43 -0700 >Subject: [PATCH] Bug 14854: removed record length limit test > >--- > misc/batchRebuildItemsTables.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/misc/batchRebuildItemsTables.pl b/misc/batchRebuildItemsTables.pl >index 2398bdb..61431c4 100755 >--- a/misc/batchRebuildItemsTables.pl >+++ b/misc/batchRebuildItemsTables.pl >@@ -70,7 +70,6 @@ while ( my ( $biblionumber, $biblioitemnumber, $frameworkcode ) = $sth->fetchrow > my $record = GetMarcBiblio($biblionumber,1); > unless ($record){ push @errors, "bad record biblionumber $biblionumber"; next; } > my ($tmptestfields,$tmptestdirectory,$reclen,$tmptestbaseaddress) = MARC::File::USMARC::_build_tag_directory($record); >- if ($reclen > 99999) { push @errors, "bad record length for biblionumber $biblionumber (length : $reclen) "; next; } > #print "\n################################ record before ##################################\n".$record->as_formatted;#!test > unless ($test_parameter) { > my $rqitemnumber=$dbh->prepare("SELECT itemnumber, biblionumber from items where itemnumber = ? and biblionumber = ?"); >-- >1.7.10.4
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 14854
:
42738
|
60168
|
60302
|
60336