Hello,

I'm trying to export the books hold by a specific library using the 
"items.holdingbranch"

In order to do that I was trying to edit the "export.pl" script changing:

                my $conditions = {
                ...

                    ( @branchcodes ? ( 'items.homebranch' => { in => 
\@branchcodes } ) : () ),
to:

                    ( @branchcodes ? ( 'items.holdingbranch' => { in => 
\@branchcodes } ) : () ),



I analyzed the code and it should works, but the result still the same, I got 
only homebranch results.

Any idea how to do that?


BR,

Giuseppe
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to