koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] what is a 'PE' branch ?


From: Chris Cormack
Subject: Re: [Koha-devel] what is a 'PE' branch ?
Date: Thu, 13 Mar 2008 12:01:00 +1300



On 3/13/08, Paul POULAIN <address@hidden> wrote:
Hello,

could someone explain to me what is the meaning (functionnaly speaking)
of this portion of code :
(C4/Circulation.pm)
         # check if the book is in a permanent collection....
         my $hbr      = $iteminformation->{'homebranch'};
         my $branches = GetBranches();
         if ( $hbr && $branches->{$hbr}->{'PE'} ) {
             $messages->{'IsPermanent'} = $hbr;
         }

Hi Paul

PE is permanent branch. If an item a homebranch that is set to permanent, it should not be possible for it to ever be issued at another branch. IE it should always be at that branch

Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]