Bugzilla – Attachment 156156 Details for
Bug 34645
Add missing fields to MarcItemFieldsToOrder system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34645: (follow-up) save sort1 and sort2 in order
Bug-34645-follow-up-save-sort1-and-sort2-in-order.patch (text/plain), 993 bytes, created by
Nick Clemens (kidclamp)
on 2023-09-25 13:12:57 UTC
(
hide
)
Description:
Bug 34645: (follow-up) save sort1 and sort2 in order
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-09-25 13:12:57 UTC
Size:
993 bytes
patch
obsolete
>From 2a725d9d68afd41b983a50dcbb9dc54271d1dc5c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 25 Sep 2023 13:12:40 +0000 >Subject: [PATCH] Bug 34645: (follow-up) save sort1 and sort2 in order > >--- > acqui/addorderiso2709.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/acqui/addorderiso2709.pl b/acqui/addorderiso2709.pl >index d1093518e0..7d17ce2251 100755 >--- a/acqui/addorderiso2709.pl >+++ b/acqui/addorderiso2709.pl >@@ -293,6 +293,8 @@ if ($op eq ""){ > $orderinfo{ecost} = $order_discount ? $price * ( 1 - $order_discount / 100 ) : $price; > $orderinfo{listprice} = $orderinfo{rrp} / $active_currency->rate; > $orderinfo{unitprice} = $orderinfo{ecost}; >+ $orderinfo{sort1} = $c_sort1; >+ $orderinfo{sort2} = $c_sort2; > } else { > $orderinfo{listprice} = 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 34645
:
154912
|
155338
|
155564
|
155852
|
156156
|
156194
|
156195
|
156211
|
156212