https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15374
--- Comment #33 from Jonathan Druart <[email protected]> --- Comment on attachment 47772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47772 Bug 15374 - Translatability: Fix issues on OPAC summary page Review of attachment 47772: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15374&attachment=47772) ----------------------------------------------------------------- ::: opac/opac-user.pl @@ +123,5 @@ > $borr->{'amountoutstanding'} = -1 * ( $borr->{'amountoutstanding'} ); > } > > +my @bordat; > +$bordat[0] = $borr; hum? Looks like a merge conflict issue. -- 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/
