Bugzilla – Attachment 91773 Details for
Bug 23363
Clicking on shipping cost invoice link from spent.pl causes internal server error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23363: (QA follow-up) Fix indentation
Bug-23363-QA-follow-up-Fix-indentation.patch (text/plain), 817 bytes, created by
Josef Moravec
on 2019-07-25 17:55:40 UTC
(
hide
)
Description:
Bug 23363: (QA follow-up) Fix indentation
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-07-25 17:55:40 UTC
Size:
817 bytes
patch
obsolete
>From 7c349f3f446d0726f3b39a0ee24f2d85b3dcc1b0 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Thu, 25 Jul 2019 17:50:57 +0000 >Subject: [PATCH] Bug 23363: (QA follow-up) Fix indentation > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > acqui/spent.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/spent.pl b/acqui/spent.pl >index ba843a8d72..eb26252d4a 100755 >--- a/acqui/spent.pl >+++ b/acqui/spent.pl >@@ -130,7 +130,7 @@ while (my $data = $sth->fetchrow_hashref) { > push @shipmentcosts, { > shipmentcost => sprintf("%.2f", $data->{shipmentcost}), > invoiceid => $data->{invoiceid}, >- invoicenumber => $data->{invoicenumber} >+ invoicenumber => $data->{invoicenumber} > }; > $total += $data->{shipmentcost}; > } >-- >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 23363
:
91748
|
91749
|
91772
| 91773