Bugzilla – Attachment 84013 Details for
Bug 22135
Inventory tool doesn't export "out of order" problem to CSV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for out of order problem seen as blank in CSV exported by inventory tool
outoforder.patch (text/plain), 413 bytes, created by
Mark Alexander
on 2019-01-15 20:51:57 UTC
(
hide
)
Description:
Fix for out of order problem seen as blank in CSV exported by inventory tool
Filename:
MIME Type:
Creator:
Mark Alexander
Created:
2019-01-15 20:51:57 UTC
Size:
413 bytes
patch
obsolete
>--- inventory.pl.orig 2019-01-15 15:36:43.561147000 -0500 >+++ inventory.pl 2019-01-15 15:37:04.249147000 -0500 >@@ -393,6 +393,8 @@ > $errstr .= "no barcode,"; > } elsif( $key eq 'checkedout' ) { > $errstr .= "checked out,"; >+ } elsif( $key eq 'out_of_order' ) { >+ $errstr .= "out of order,"; > } > } > $errstr =~ s/,$//;
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 22135
:
84013
|
151778
|
151779
|
151955
|
155140