[Koha-bugs] [Bug 30992] Hard to translate single word strings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Aug 7 17:07:09 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30992

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victor at tuxayo.net

--- Comment #16 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
There is a typo here
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138661&action=diff#a/opac/opac-reserve.pl_sec1

            $itemLoopIter->{reservedate}     = $first_hold->reservedate,
            $itemLoopIter->{ExpectedAtLibrary}         =
$first_hold->branchcode;

1st line ends with a comma instead of a semicolon.

Shouldn't this not compile and have blown up during testing?
And even the CI should blow up when checking syntax validity.

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


More information about the Koha-bugs mailing list