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

--- Comment #75 from Andrew Nugged <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to