Bugzilla – Attachment 116872 Details for
Bug 27569
marc-framework import function doesn't accept LibreOffice csv/ods file formats
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27569: Don't hide errors!
Bug-27569-Dont-hide-errors.patch (text/plain), 837 bytes, created by
ByWater Sandboxes
on 2021-02-15 04:14:39 UTC
(
hide
)
Description:
Bug 27569: Don't hide errors!
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2021-02-15 04:14:39 UTC
Size:
837 bytes
patch
obsolete
>From b2bf98aa15750457ce2a473a675c1218d6e34f56 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 1 Feb 2021 15:27:19 +0100 >Subject: [PATCH] Bug 27569: Don't hide errors! > >Signed-off-by: Ron Houk <rhouk@ottumwapubliclibrary.org> >--- > C4/ImportExportFramework.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/C4/ImportExportFramework.pm b/C4/ImportExportFramework.pm >index 82ce01367e..8886ff30cf 100644 >--- a/C4/ImportExportFramework.pm >+++ b/C4/ImportExportFramework.pm >@@ -858,7 +858,8 @@ sub _processRow_DB > $sth->execute((@$dataFields, @$dataFields)); > }; > if ($@) { >- $debug and warn "Error _processRows_Table $@\n"; >+ warn $@; >+ $debug and warn "Error _processRow_DB $@\n"; > } else { > $ok = 1; > } >-- >2.11.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 27569
:
116164
|
116165
|
116166
|
116167
|
116168
|
116169
|
116170
|
116871
|
116872
|
116873
|
116874
|
116875
|
116876
|
116877
|
116888
|
116889
|
116890
|
116891
|
116892
|
116893
|
116894