Bugzilla – Attachment 156195 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), 1.02 KB, created by
David Nind
on 2023-09-25 22:04:39 UTC
(
hide
)
Description:
Bug 34645: (follow-up) save sort1 and sort2 in order
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-09-25 22:04:39 UTC
Size:
1.02 KB
patch
obsolete
>From 6c9b95ba008961edcdf68c3d2a27c800a88fd319 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 > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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