[Koha-bugs] [Bug 35004] Error about no quantity set on acquisitions order receive confirmation.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 3 14:24:35 CET 2023


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|testopia at bugs.koha-communit |katrin.fischer at bsz-bw.de
                   |y.org                       |

--- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I have amended the patch removing this change:

$("#creator").html(_("Account has been deleted"));
$("#creator").html(__("Account has been deleted"));

The double undescore for translations is only used in .js files. In .inc and
embedded JavaScript code it doesn't work. We still need the single underscore
there.

Continuing testing.

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


More information about the Koha-bugs mailing list