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

--- Comment #16 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to