Export Biblios by Holdingbranch
18 Mar
2018
18 Mar
'18
8:57 p.m.
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
2968
Age (days ago)
2968
Last active (days ago)
0 comments
1 participants
participants (1)
-
Giuseppe Passanisi