Bugzilla – Attachment 162653 Details for
Bug 35026
Refactor addorderiso2709.pl to use object methods
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35026: Adjust price field to match UI
Bug-35026-Adjust-price-field-to-match-UI.patch (text/plain), 1.00 KB, created by
Matt Blenkinsop
on 2024-03-01 09:59:57 UTC
(
hide
)
Description:
Bug 35026: Adjust price field to match UI
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-03-01 09:59:57 UTC
Size:
1.00 KB
patch
obsolete
>From 4d7dd36e6c2d580fd181c75f8be0fcb60cbd45fd Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 1 Mar 2024 09:39:16 +0000 >Subject: [PATCH] Bug 35026: Adjust price field to match UI > >Following bug 36036 the price field has been renamed in the UI- this patch removes the logic that was renaming that field in the backend to match this >--- > Koha/MarcOrder.pm | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/Koha/MarcOrder.pm b/Koha/MarcOrder.pm >index 3c7ed573b3..efca0b11bd 100644 >--- a/Koha/MarcOrder.pm >+++ b/Koha/MarcOrder.pm >@@ -644,8 +644,6 @@ sub import_biblios_list { > my $itemrecord = {%$iteminfos}; > $itemrecord->{item_id} = $item_id++; > >- # Rename price field to match UI >- $itemrecord->{itemprice} = delete $itemrecord->{price} if $itemrecord->{price}; > $all_items_quantity++; > push @itemlist, $itemrecord; > } >-- >2.37.1 (Apple Git-137.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 35026
:
157050
|
157051
|
157052
|
157056
|
157057
|
157058
|
159305
|
159306
|
159969
|
159970
|
159971
|
159972
|
159973
|
160833
|
160834
|
160835
|
160836
|
160837
|
160838
|
162647
|
162648
|
162649
|
162650
|
162651
|
162652
|
162653
|
162654
|
163787
|
163788
|
163789
|
163790
|
163791
|
163792
|
163793
|
163794
|
163819
|
163820
|
163835
|
163836
|
163838
|
163839
|
163840
|
163841
|
163842
|
163843
|
163844
|
163845
|
164695
|
164937
|
165378
|
165681
|
168123
|
168124
|
168125
|
168126
|
168127
|
168128
|
168129
|
168130
|
168131
|
168132
|
168971
|
168972
|
168973
|
168974
|
168975
|
168976
|
168977
|
168978
|
168979
|
168980
|
168981
|
169475
|
169476
|
169477
|
169478
|
169479
|
169480
|
169481
|
169482
|
169483
|
169484
|
169485
|
170504