Bugzilla – Attachment 95037 Details for
Bug 23522
Show "Actual price" in basket when available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23522: (QA follow-up) Typo fix in comment
Bug-23522-QA-follow-up-Typo-fix-in-comment.patch (text/plain), 1.09 KB, created by
Martin Renvoize (ashimema)
on 2019-11-04 20:26:16 UTC
(
hide
)
Description:
Bug 23522: (QA follow-up) Typo fix in comment
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-11-04 20:26:16 UTC
Size:
1.09 KB
patch
obsolete
>From 4416c3de38fa82577363878de331eeaf44cafcaa Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 4 Nov 2019 20:25:11 +0000 >Subject: [PATCH] Bug 23522: (QA follow-up) Typo fix in comment > >Tiny typo fix in a new code comment > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > acqui/basket.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/basket.pl b/acqui/basket.pl >index 4fa1931561..6fb2b961c4 100755 >--- a/acqui/basket.pl >+++ b/acqui/basket.pl >@@ -459,7 +459,7 @@ sub get_order_infos { > $line{basketno} = $basketno; > $line{budget_name} = $budget->{budget_name}; > >- # If we have an actual cost tht should be the total, otherwise use the ecost >+ # If we have an actual cost that should be the total, otherwise use the ecost > my $cost_tax_included = $line{unitprice_tax_included} || $line{ecost_tax_included}; > my $cost_tax_excluded = $line{unitprice_tax_excluded} || $line{ecost_tax_excluded}; > $line{total_tax_included} = get_rounded_price($cost_tax_included) * $line{quantity}; >-- >2.20.1
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 23522
:
92499
|
93000
|
93215
|
95036
| 95037