Bugzilla – Attachment 47106 Details for
Bug 11405
Inventory tool enhancements [OMNIBUS]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11405 [7] - Add out of order status to CSV file
Bug-11405-7---Add-out-of-order-status-to-CSV-file.patch (text/plain), 917 bytes, created by
Kyle M Hall (khall)
on 2016-01-21 12:24:02 UTC
(
hide
)
Description:
Bug 11405 [7] - Add out of order status to CSV file
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-01-21 12:24:02 UTC
Size:
917 bytes
patch
obsolete
>From 5903fde8911255b4a7f7084b0ba53284477cb8a6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 4 Feb 2014 13:52:34 -0500 >Subject: [PATCH] Bug 11405 [7] - Add out of order status to CSV file > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > tools/inventory.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/tools/inventory.pl b/tools/inventory.pl >index 896b750..37c7f28 100755 >--- a/tools/inventory.pl >+++ b/tools/inventory.pl >@@ -443,6 +443,8 @@ if (defined $input->param('CSVexport') && $input->param('CSVexport') eq 'on'){ > push @line, "change item status"; > } elsif ($item->{problem} eq 'not_scanned' ) { > push @line, "item not scanned"; >+ } elsif ($item->{problem} eq 'out_of_order' ) { >+ push @line, "possibly out of order"; > } > } > $csv->combine(@line); >-- >2.1.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 11405
:
23582
|
23583
|
23584
|
23585
|
23586
|
23587
|
24173
|
24174
|
24175
|
24176
|
24177
|
24178
|
25037
|
31250
|
31251
|
31252
|
31253
|
31254
|
31255
|
31256
|
40572
|
40573
|
40574
|
40575
|
40576
|
40577
|
40578
|
47027
|
47028
|
47029
|
47030
|
47031
|
47032
|
47033
|
47035
|
47036
|
47037
|
47038
|
47039
|
47040
|
47041
| 47106