Bugzilla – Attachment 84969 Details for
Bug 18143
Silence floody MARC framework export
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18143: Silence ods MARC framework export flood
Bug-18143-Silence-ods-MARC-framework-export-flood.patch (text/plain), 1.03 KB, created by
Kyle M Hall (khall)
on 2019-02-11 12:24:45 UTC
(
hide
)
Description:
Bug 18143: Silence ods MARC framework export flood
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-02-11 12:24:45 UTC
Size:
1.03 KB
patch
obsolete
>From a420fd982c2695fa0cd63dfcad4cbb1c658e6f9a Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Sat, 18 Feb 2017 19:50:32 -0500 >Subject: [PATCH] Bug 18143: Silence ods MARC framework export flood > >Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/ImportExportFramework.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/ImportExportFramework.pm b/C4/ImportExportFramework.pm >index 43681369c4..d4a11cabc5 100644 >--- a/C4/ImportExportFramework.pm >+++ b/C4/ImportExportFramework.pm >@@ -345,6 +345,8 @@ sub _export_table_ods > $data = $hashRef->{$_->{name}}; > if ($_->{type} eq 'float' && !defined($data)) { > $data = '0'; >+ } elsif ($_->{type} eq 'string' && !defined($data)) { >+ $data = q{}; > } elsif ($_->{type} eq 'string' && (!$data && $data ne '0')) { > $data = '#'; > } >-- >2.17.2 (Apple Git-113)
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 18143
:
60434
|
60435
|
83825
|
83826
|
84968
| 84969