[Koha-bugs] [Bug 12919] Automate collecting all records added and deleted from the catalogue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 10 09:12:24 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12919

--- Comment #16 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 39260
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39260
[SIGNED-OFF] Bug 12919 : Module to facilitate sending new (or updated or
deleted) cataloguing records somewhere

Review of attachment 39260:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12919&attachment=39260)
-----------------------------------------------------------------

Don't you think it would be better to sent the mail to the message queue and
let the users define a template letter?

::: C4/RecordExporter.pm
@@ +274,5 @@
> +sub get_isbns {
> +    my ($record) = @_;
> +
> +    my $res = '';
> +    my @fields = $record->field('020');

This is MARC21 specific.
You should use a subroutine from C4::Koha.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list