소스 검색

Bug 24026: (bug 22847 follow-up) Remove c/p issues

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
remotes/origin/19.11.x
Jonathan Druart 5 년 전
committed by Martin Renvoize
부모
커밋
4ad2bedb97
로그인 계정: martin.renvoize GPG 키 ID: 422B469130441A0F
  1. 8
      Koha/Template/Plugin/CirculationRules.pm

8
Koha/Template/Plugin/CirculationRules.pm

@ -27,8 +27,8 @@ sub Get {
my ( $self, $branchcode, $categorycode, $itemtype, $rule_name ) = @_;
$branchcode = undef if $branchcode eq q{} or $branchcode eq q{*};
$categorycode = undef if $categorycode eq q{} or $branchcode eq q{*};
$itemtype = undef if $itemtype eq q{} or $branchcode eq q{*};
$categorycode = undef if $categorycode eq q{} or $categorycode eq q{*};
$itemtype = undef if $itemtype eq q{} or $itemtype eq q{*};
my $rule = Koha::CirculationRules->get_effective_rule(
{
@ -46,8 +46,8 @@ sub Search {
my ( $self, $branchcode, $categorycode, $itemtype, $rule_name ) = @_;
$branchcode = undef if $branchcode eq q{} or $branchcode eq q{*};
$categorycode = undef if $categorycode eq q{} or $branchcode eq q{*};
$itemtype = undef if $itemtype eq q{} or $branchcode eq q{*};
$categorycode = undef if $categorycode eq q{} or $categorycode eq q{*};
$itemtype = undef if $itemtype eq q{} or $itemtype eq q{*};
my $rule = Koha::CirculationRules->search(
{

불러오는 중...
취소
저장