2 Sep
2022
2 Sep
'22
11:49 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 --- Comment #75 from Andrew Nugged <nugged@gmail.com> --- Did QA & Rebased to the latest master. Also added 1 final patch (small polishing step) to use true/false everywhere to unify JS because, KohaBackend.GetRecord( id, remove_control_num, callback ); called in one place with remove_control_num to be 0 or 1, and in another place: KohaBackend.GetRecord( id, "", callback ); let's have it true/false, so the next developer will get from the context that this variable is only boolean. -- You are receiving this mail because: You are watching all bug changes.