Bugzilla – Attachment 31245 Details for
Bug 12841
aqorders fields should not be mapped
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12841: aqorders fields should not be mapped
Bug-12841-aqorders-fields-should-not-be-mapped.patch (text/plain), 1.92 KB, created by
Jonathan Druart
on 2014-08-28 10:52:58 UTC
(
hide
)
Description:
Bug 12841: aqorders fields should not be mapped
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-08-28 10:52:58 UTC
Size:
1.92 KB
patch
obsolete
>From 9445f8e0edc00886407fb6059ca5795ac59a07cc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 26 Aug 2014 10:50:22 +0200 >Subject: [PATCH] Bug 12841: aqorders fields should not be mapped > >Bug 5336 introduced some code which should have been introduced by bug >7294. >Since the idea behind bug 7294 has been abandoned (map the aqorders >fields), the code can be removed. > >Test plan: >Verify that Koha does not allow you to map the aqorders fields with a >MARC subfield. >Verify there is no regression on adding/updating an order. >--- > acqui/addorder.pl | 7 ------- > 1 file changed, 7 deletions(-) > >diff --git a/acqui/addorder.pl b/acqui/addorder.pl >index 4b402f5..76675fe 100755 >--- a/acqui/addorder.pl >+++ b/acqui/addorder.pl >@@ -253,13 +253,6 @@ if ( $orderinfo->{quantity} ne '0' ) { > "biblio.copyrightdate" => $$orderinfo{publicationyear} ? $$orderinfo{publicationyear}: "", > "biblioitems.itemtype" => $$orderinfo{itemtype} ? $$orderinfo{itemtype} : "", > "biblioitems.editionstatement"=> $$orderinfo{editionstatement} ? $$orderinfo{editionstatement} : "", >- "aqorders.branchcode" => $$orderinfo{branchcode} ? $$orderinfo{branchcode} : "", >- "aqorders.quantity" => $$orderinfo{quantity} ? $$orderinfo{quantity} : "", >- "aqorders.listprice" => $$orderinfo{listprice} ? $$orderinfo{listprice} : "", >- "aqorders.uncertainprice" => $$orderinfo{uncertainprice} ? $$orderinfo{uncertainprice} : "", >- "aqorders.rrp" => $$orderinfo{rrp} ? $$orderinfo{rrp} : "", >- "aqorders.ecost" => $$orderinfo{ecost} ? $$orderinfo{ecost} : "", >- "aqorders.discount" => $$orderinfo{discount} ? $$orderinfo{discount} : "", > }); > > # create the record in catalogue, with framework '' >-- >2.0.0.rc2
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 12841
:
31245
|
31573
|
31576
|
31737