Bugzilla – Attachment 54925 Details for
Bug 15758
Move the C4::Branch related code to Koha::Libraries - part 4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15758: Fix variable name, it's a branchcode
Bug-15758-Fix-variable-name-its-a-branchcode.patch (text/plain), 2.25 KB, created by
Jonathan Druart
on 2016-08-26 13:08:53 UTC
(
hide
)
Description:
Bug 15758: Fix variable name, it's a branchcode
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-26 13:08:53 UTC
Size:
2.25 KB
patch
obsolete
>From eb40a74aaa209a3bf8954c4734cfbd27eec0555a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 26 Aug 2016 14:05:42 +0100 >Subject: [PATCH] Bug 15758: Fix variable name, it's a branchcode > >--- > circ/branchtransfers.pl | 2 -- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 2 +- > 2 files changed, 1 insertion(+), 3 deletions(-) > >diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl >index eb0a4f7..5ed99b9 100755 >--- a/circ/branchtransfers.pl >+++ b/circ/branchtransfers.pl >@@ -128,7 +128,6 @@ if ($barcode) { > $item{'ccode'} = $iteminformation->{'ccode'}; > $item{'itemcallnumber'} = $iteminformation->{'itemcallnumber'}; > $item{'location'} = GetKohaAuthorisedValueLib("LOC",$iteminformation->{'location'}); >- $item{'tobrname'} = $tobranchcd; > # } > $item{counter} = 0; > $item{barcode} = $barcode; >@@ -160,7 +159,6 @@ foreach ( $query->param ) { > $item{'ccode'} = $iteminformation->{'ccode'}; > $item{'itemcallnumber'} = $iteminformation->{'itemcallnumber'}; > $item{'location'} = GetKohaAuthorisedValueLib("LOC",$iteminformation->{'location'}); >- $item{'tobrname'} = $tobcd; > push( @trsfitemloop, \%item ); > } > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index 171fd67..ede0767 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -187,7 +187,7 @@ > <td class="tf-itemcallnumber">[% trsfitemloo.itemcallnumber %]</td> > <td class="tf-itemtype">[% ItemTypes.GetDescription( trsfitemloo.itemtype ) %]</td> > <td class="tf-ccode">[% AuthorisedValues.GetByCode( 'CCODE', trsfitemloo.ccode ) %]</td> >- <td class="tf-destination">[% Branches.GetName( trsfitemloo.tobrname ) %]</td> >+ <td class="tf-destination">[% Branches.GetName( trsfitemloo.tobrcd ) %]</td> > </tr> > [% END %] > </table> >-- >2.8.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 15758
:
47746
|
47747
|
47748
|
47749
|
47750
|
47751
|
47752
|
47753
|
47759
|
47760
|
47761
|
47762
|
47763
|
47764
|
47765
|
52723
|
52724
|
52726
|
52727
|
52728
|
52729
|
52730
|
52731
|
52736
|
52788
|
52789
|
52790
|
52791
|
52792
|
52793
|
52794
|
52795
|
52913
|
52914
|
52915
|
52916
|
52917
|
52918
|
52919
|
52920
|
53893
|
53894
|
53895
|
53896
|
53897
|
53898
|
53899
|
53900
|
53997
|
53998
|
53999
|
54000
|
54001
|
54002
|
54003
|
54004
|
54029
|
54030
|
54031
|
54032
|
54033
|
54034
|
54035
|
54036
|
54037
|
54038
|
54039
|
54040
|
54041
|
54042
|
54043
|
54044
|
54861
|
54862
|
54863
|
54864
|
54865
|
54866
|
54867
|
54868
|
54908
|
54909
|
54921
|
54925
|
55061
|
55062
|
55063
|
55064
|
55065
|
55066
|
55067
|
55068
|
55069
|
55070
|
55071
|
55072
|
55073
|
55346
|
55347
|
55348
|
55349
|
55350
|
55351
|
55352
|
55353
|
55354
|
55355
|
55356
|
55357
|
55358
|
55445