Bugzilla – Attachment 26962 Details for
Bug 7180
Order from staged file improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7180: Remove useless rrp variable
Bug-7180-Remove-useless-rrp-variable.patch (text/plain), 3.26 KB, created by
Jonathan Druart
on 2014-04-10 07:47:16 UTC
(
hide
)
Description:
Bug 7180: Remove useless rrp variable
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-04-10 07:47:16 UTC
Size:
3.26 KB
patch
obsolete
>From 9264483865a82eb2d3f7271f58750ad105f1aa9a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 16 Sep 2013 12:45:52 +0200 >Subject: [PATCH] Bug 7180: Remove useless rrp variable > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > acqui/addorderiso2709.pl | 6 +----- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 1 - > 2 files changed, 1 insertion(+), 6 deletions(-) > >diff --git a/acqui/addorderiso2709.pl b/acqui/addorderiso2709.pl >index 660b9cb..3b2055e 100755 >--- a/acqui/addorderiso2709.pl >+++ b/acqui/addorderiso2709.pl >@@ -160,7 +160,6 @@ if ($op eq ""){ > my @quantities = $input->param('quantity'); > my @prices = $input->param('price'); > my @budgets_id = $input->param('budget_id'); >- my @rrp = $input->param('rrp'); > my @discount = $input->param('discount'); > my @sort1 = $input->param('sort1'); > my @sort2 = $input->param('sort2'); >@@ -174,7 +173,6 @@ if ($op eq ""){ > my $biblionumber=$#$match > -1?$match->[0]->{'biblionumber'}:0; > my $c_quantity = shift( @quantities ) || GetMarcQuantity($marcrecord, C4::Context->preference('marcflavour') ) || 1; > my $c_budget_id = shift( @budgets_id ) || $input->param('all_budget_id') || $budget_id; >- my $c_rrp = shift( @rrp ); # rrp include tax > my $c_discount = shift ( @discount); > $c_discount = $c_discount / 100 if $c_discount > 100; > my $c_sort1 = shift( @sort1 ) || $input->param('all_sort1') || ''; >@@ -405,11 +403,10 @@ sub import_biblios_list { > ); > my ( $marcblob, $encoding ) = GetImportRecordMarc( $biblio->{'import_record_id'} ); > my $marcrecord = MARC::Record->new_from_usmarc($marcblob) || die "couldn't translate marc information"; >- my $infos = get_infos_syspref($marcrecord, ['price', 'quantity', 'budget_code', 'rrp', 'discount', 'sort1', 'sort2']); >+ my $infos = get_infos_syspref($marcrecord, ['price', 'quantity', 'budget_code', 'discount', 'sort1', 'sort2']); > my $price = $infos->{price}; > my $quantity = $infos->{quantity}; > my $budget_code = $infos->{budget_code}; >- my $rrp = $infos->{rrp}; > my $discount = $infos->{discount}; > my $sort1 = $infos->{sort1}; > my $sort2 = $infos->{sort2}; >@@ -423,7 +420,6 @@ sub import_biblios_list { > $cellrecord{price} = $price || ''; > $cellrecord{quantity} = $quantity || ''; > $cellrecord{budget_id} = $budget_id || ''; >- $cellrecord{rrp} = $rrp || ''; > $cellrecord{discount} = $discount || ''; > $cellrecord{sort1} = $sort1 || ''; > $cellrecord{sort2} = $sort2 || ''; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 3342aa6..3abb053 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -174,7 +174,6 @@ > > > </legend> >- <input type="hidden" value="[% biblio.rrp %]" name="rrp" /> > <ol> > <li class="status"> > <span class="match"> >-- >1.7.10.4
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 7180
:
6234
|
13019
|
15023
|
15048
|
15617
|
15677
|
15934
|
15935
|
16014
|
16505
|
16511
|
16544
|
16566
|
16613
|
19066
|
19067
|
19068
|
19316
|
19587
|
19588
|
19589
|
19590
|
19641
|
19645
|
20900
|
20901
|
20902
|
20903
|
20904
|
20926
|
20933
|
20934
|
20935
|
20978
|
20979
|
21004
|
21014
|
21017
|
21117
|
21462
|
21463
|
21464
|
21465
|
21466
|
21467
|
21468
|
21469
|
21470
|
21471
|
21472
|
21473
|
21474
|
21514
|
22546
|
22547
|
22548
|
22549
|
22550
|
22551
|
22552
|
22553
|
22554
|
22555
|
22556
|
22557
|
22558
|
22559
|
24052
|
24053
|
24054
|
24055
|
24056
|
24057
|
24058
|
24059
|
24060
|
24061
|
24062
|
24063
|
24064
|
24065
|
24636
|
24637
|
24638
|
24639
|
24640
|
24641
|
24642
|
24643
|
24644
|
24645
|
24646
|
24647
|
24648
|
24649
|
24708
|
24709
|
24710
|
24711
|
24712
|
24713
|
24714
|
24715
|
24716
|
24717
|
24718
|
24719
|
24720
|
24721
|
25908
|
26950
|
26951
|
26952
|
26953
|
26954
|
26955
|
26956
|
26957
|
26958
|
26959
|
26960
|
26961
|
26962
|
26963
|
26964
|
27128
|
27131
|
27136
|
27160
|
27325
|
27408
|
27409
|
27410
|
27411
|
27412
|
27413
|
27414
|
27415
|
27416
|
27417
|
27418
|
27419
|
27420
|
27421
|
27422
|
27423
|
27424
|
27451
|
27520
|
27561
|
27562
|
27563
|
27564
|
27565
|
27566
|
27567
|
27568
|
27569
|
27570
|
27571
|
27572
|
27573
|
27574
|
27575
|
27576
|
27577
|
27578
|
27829
|
27830
|
27831
|
27832
|
27833
|
27834
|
27835
|
27836
|
27837
|
27838
|
27839
|
27840
|
27841
|
27842
|
27843
|
27844
|
27845
|
27846
|
27847
|
27848
|
27849
|
27850
|
27851
|
27852
|
27853
|
27854
|
27855
|
27856
|
27857
|
27858
|
27859
|
27860
|
27861
|
27862
|
27863
|
27864
|
27865
|
27866