Lines 77-82
This script has the following parameters :
Link Here
|
77 |
exit(); |
77 |
exit(); |
78 |
} |
78 |
} |
79 |
|
79 |
|
|
|
80 |
C4::Context->set_userenv( |
81 |
'-1', '-1', undef, 'CRON', 'CRON', undef, |
82 |
undef, undef, undef, undef, undef |
83 |
); |
84 |
|
80 |
my @metadatas = # Should be replaced by a call to C4::Search on zebra index |
85 |
my @metadatas = # Should be replaced by a call to C4::Search on zebra index |
81 |
# Record-status when bug 15537 will be pushed |
86 |
# Record-status when bug 15537 will be pushed |
82 |
Koha::Biblio::Metadatas->search( { format => 'marcxml', schema => C4::Context->preference('marcflavour'), metadata => { LIKE => '%<leader>_____d%' } } ); |
87 |
Koha::Biblio::Metadatas->search( { format => 'marcxml', schema => C4::Context->preference('marcflavour'), metadata => { LIKE => '%<leader>_____d%' } } ); |