Bugzilla – Attachment 155718 Details for
Bug 34752
Use AV descriptions in display for sort1/sort2 in basket display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34752: (QA follow-up) perltidy
Bug-34752-QA-follow-up-perltidy.patch (text/plain), 1.19 KB, created by
Emily Lamancusa (emlam)
on 2023-09-15 20:41:17 UTC
(
hide
)
Description:
Bug 34752: (QA follow-up) perltidy
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2023-09-15 20:41:17 UTC
Size:
1.19 KB
patch
obsolete
>From b23e9836d514180a4cf80cea8ab6d43794bef3e6 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Fri, 15 Sep 2023 16:39:42 -0400 >Subject: [PATCH] Bug 34752: (QA follow-up) perltidy > >--- > acqui/basket.pl | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/acqui/basket.pl b/acqui/basket.pl >index e474fdfb68..cf0ec5d685 100755 >--- a/acqui/basket.pl >+++ b/acqui/basket.pl >@@ -448,10 +448,10 @@ sub get_order_infos { > my %line = %{ $order }; > # Don't show unreceived standing orders as received > $line{order_received} = ( $qty == $order->{'quantityreceived'} && ( $basket->{is_standing} ? $qty : 1 ) ); >- $line{basketno} = $basketno; >- $line{budget_name} = $budget->{budget_name}; >- $line{sort1_authcat} = $budget->{sort1_authcat}; >- $line{sort2_authcat} = $budget->{sort2_authcat}; >+ $line{basketno} = $basketno; >+ $line{budget_name} = $budget->{budget_name}; >+ $line{sort1_authcat} = $budget->{sort1_authcat}; >+ $line{sort2_authcat} = $budget->{sort2_authcat}; > > # If we have an actual cost that should be the total, otherwise use the ecost > $line{unitprice_tax_included} += 0; >-- >2.30.2
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 34752
:
155474
|
155526
|
155718
|
156993
|
156994