Bugzilla – Attachment 41901 Details for
Bug 9809
Get rid of reserveconstraints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9809: [QA Follow-up] Still found some remains
Bug-9809-QA-Follow-up-Still-found-some-remains.patch (text/plain), 2.85 KB, created by
Jonathan Druart
on 2015-08-25 11:37:33 UTC
(
hide
)
Description:
Bug 9809: [QA Follow-up] Still found some remains
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-08-25 11:37:33 UTC
Size:
2.85 KB
patch
obsolete
>From 5e430001c367f3bfc7684f9224f3eeff0f63f141 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 24 Aug 2015 13:50:08 +0200 >Subject: [PATCH] Bug 9809: [QA Follow-up] Still found some remains > >In the staff client we had still some remains referring to the >constraint types. >Also touched one comment line from SIP. > >Test plan: >Add a hold in the staff client. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/SIP/ILS/Item.pm | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 6 ------ > reserve/request.pl | 2 -- > 3 files changed, 9 deletions(-) > >diff --git a/C4/SIP/ILS/Item.pm b/C4/SIP/ILS/Item.pm >index 0f5f816..4586fee 100644 >--- a/C4/SIP/ILS/Item.pm >+++ b/C4/SIP/ILS/Item.pm >@@ -47,7 +47,6 @@ our $VERSION = 3.07.00.049; > itemnumber => '823', > priority => '1', > reservenotes => undef, >- constrainttype => 'a', > reservedate => '2008-10-09', > found => undef, > rtimestamp => '2008-10-09 11:15:06', >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 80be359..a6a8f91 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -769,7 +769,6 @@ function checkMultiHold() { > [% END %] > </a> > [% ELSE %] >- [% IF ( reserveloo.constrainttypea ) %] > [% IF ( reserveloo.item_level_hold ) %] > <i>Only item > <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% reserveloo.biblionumber %]"> >@@ -785,11 +784,6 @@ function checkMultiHold() { > <i>Next available</i> > <input type="hidden" name="itemnumber" value="" /> > [% END %] >- [% ELSE %] >- [% IF ( reserveloo.constrainttypeo ) %] >- only this type :<b>[% reserveloo.volumeddesc %] [% reserveloo.itemtype %]</b> >- [% END %] >- [% END %] > [% END %] > </td> > >diff --git a/reserve/request.pl b/reserve/request.pl >index 62f82a8..06dc6bf 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -526,8 +526,6 @@ foreach my $biblionumber (@biblionumbers) { > $reserve{'notes'} = $res->{'reservenotes'}; > $reserve{'wait'} = > ( ( defined $res->{'found'} and $res->{'found'} eq 'W' ) or ( $res->{'priority'} eq '0' ) ); >- $reserve{'constrainttypea'} = ( $res->{'constrainttype'} eq 'a' ); >- $reserve{'constrainttypeo'} = ( $res->{'constrainttype'} eq 'o' ); > $reserve{'voldesc'} = $res->{'volumeddesc'}; > $reserve{'ccode'} = $res->{'ccode'}; > $reserve{'barcode'} = $res->{'barcode'}; >-- >2.1.0
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 9809
:
37638
|
40733
|
40734
|
40735
|
40736
|
40737
|
40738
|
41754
|
41755
|
41756
|
41757
|
41758
|
41759
|
41760
|
41761
|
41767
|
41768
|
41769
|
41770
|
41771
|
41772
|
41773
|
41774
|
41809
|
41810
|
41811
|
41812
|
41813
|
41814
|
41815
|
41816
|
41817
|
41845
|
41848
|
41849
|
41850
|
41851
|
41852
|
41892
|
41893
|
41894
|
41895
|
41896
|
41897
|
41898
|
41899
|
41900
| 41901 |
41902
|
41903