koha-devel
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-devel] what is a 'PE' branch ?
Date: Wed, 12 Mar 2008 23:48:51 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20070914)

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;
        }




reply via email to

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