Bugzilla – Attachment 9511 Details for
Bug 7178
Improve order item creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch clearing a warning
patch.txt (text/plain), 1.06 KB, created by
Marcel de Rooy
on 2012-05-11 12:49:15 UTC
(
hide
)
Description:
Patch clearing a warning
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-05-11 12:49:15 UTC
Size:
1.06 KB
patch
obsolete
>From 0e77b5ed2215ed35913d469d1bad48e63aae8f84 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 11 May 2012 14:38:50 +0000 >Subject: [PATCH] Followup 7178: Remove warning on uninitialized value in sprintf for neworderempty >Content-Type: text/plain; charset="utf-8" > >--- > acqui/neworderempty.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl >index 7dc7cb5..c99863a 100755 >--- a/acqui/neworderempty.pl >+++ b/acqui/neworderempty.pl >@@ -380,7 +380,7 @@ $template->param( > listprice => sprintf("%.2f", $data->{'listprice'}||$data->{'price'}||$listprice), > total => sprintf("%.2f", ($data->{'ecost'}||0)*($data->{'quantity'}||0) ), > ecost => $data->{'ecost'}, >- unitprice => sprintf("%.2f", $data->{'unitprice'}), >+ unitprice => sprintf("%.2f", $data->{'unitprice'}||0), > notes => $data->{'notes'}, > publishercode => $data->{'publishercode'}, > barcode_subfield => $barcode_subfield, >-- >1.7.7.6 >
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 7178
:
6233
|
7249
|
7279
|
7450
|
7806
|
7807
|
7892
|
7963
|
8558
|
8672
|
8715
|
8857
|
8886
|
9511
|
9518
|
9690