[Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 2 11:49:42 CEST 2022


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

--- Comment #75 from Andrew Nugged <nugged at 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.


More information about the Koha-bugs mailing list