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

Chris Cormack chris at bigballofwax.co.nz
Thu Mar 13 00:01:00 CET 2008


On 3/13/08, Paul POULAIN <paul.poulain at free.fr> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-devel/attachments/20080313/cc068b60/attachment-0002.htm>


More information about the Koha-devel mailing list