Bugzilla – Attachment 34288 Details for
Bug 12404
CSV profiles improvements (concatenations, substrings, conditions...)
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), 2.18 KB, created by
Biblibre Sandboxes
on 2014-12-11 09:03:38 UTC
(
hide
)
Description:
Bug 12841: aqorders fields should not be mapped
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-12-11 09:03:38 UTC
Size:
2.18 KB
patch
obsolete
>From 8b3afb76e8dbeec42fac001934ae0672af68136e 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. > >Signed-off-by: Zeno Tajoli <z.tajoli@cineca.it> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> > >Signed-off-by: scourret@gmail.com <2> > >http://bugs.koha-community.org/show_bug.cgi?id=12404 >--- > acqui/addorder.pl | 7 ------- > 1 files changed, 0 insertions(+), 7 deletions(-) > >diff --git a/acqui/addorder.pl b/acqui/addorder.pl >index a8e71a5..f5508a2 100755 >--- a/acqui/addorder.pl >+++ b/acqui/addorder.pl >@@ -248,13 +248,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 '' >-- >1.7.2.5
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 12404
:
28767
|
28768
|
28769
|
28770
|
28771
|
33170
|
33171
|
33172
|
33173
|
33174
|
33263
|
33477
|
34288
|
34289
|
34290
|
34291
|
34292
|
34293
|
34294
|
34300
|
34301
|
34302
|
34303
|
34405
|
34406
|
34407
|
34408
|
34409
|
34410
|
34411
|
35048
|
35049
|
35050
|
35051
|
35052
|
35053
|
35054