https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33856
--- Comment #6 from David Cook <[email protected]> --- Comment on attachment 185828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185828 Bug 33856: Make inventory problems translatable Review of attachment 185828: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=33856&attachment=185828) ----------------------------------------------------------------- ::: tools/inventory.pl @@ +489,4 @@ > if ( $error->{'ERR_BARCODE'} ) { > push @line, map { $_ eq 'barcode' ? $error->{'barcode'} : '' } > @keys; > push @line, "barcode not found"; > + push @line, __("barcode not found"); I think you've got a typo there where you didn't delete the untranslated line. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
