Bugzilla – Attachment 21797 Details for
Bug 7131
way to overlay items in in marc import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7131 - QA Followup
-Bug-7131---QA-Followup.patch (text/plain), 799 bytes, created by
Kyle M Hall (khall)
on 2013-10-03 17:23:37 UTC
(
hide
)
Description:
Bug 7131 - QA Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-10-03 17:23:37 UTC
Size:
799 bytes
patch
obsolete
>From dc091274be9c50dea4436cf3e14e7f1c3e551922 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 3 Oct 2013 13:22:53 -0400 >Subject: [PATCH] Bug 7131 - QA Followup > >--- > C4/ImportBatch.pm | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > >diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm >index 3bf71e1..61d5b86 100644 >--- a/C4/ImportBatch.pm >+++ b/C4/ImportBatch.pm >@@ -688,7 +688,10 @@ sub BatchCommitItems { > > my $dbh = C4::Context->dbh; > >- my ( $num_items_added, $num_items_errored, $num_items_replaced ) = 0; >+ my $num_items_added = 0; >+ my $num_items_errored = 0; >+ my $num_items_replaced = 0; >+ > my $sth = $dbh->prepare( " > SELECT import_items_id, import_items.marcxml, encoding > FROM import_items >-- >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 7131
:
14344
|
14475
|
15954
|
15957
|
16887
|
16889
|
17208
|
17209
|
17210
|
17211
|
17212
|
18708
|
18709
|
18710
|
18711
|
18967
|
18968
|
18969
|
20455
| 21797