https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20813
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|[email protected] |[email protected] |y.org | Status|Needs Signoff |Failed QA Severity|major |enhancement --- Comment #37 from Marcel de Rooy <[email protected]> --- C4/Acquisition.pm: my $sth = $dbh->prepare("SELECT flags FROM borrowers WHERE borrowernumber = ?"); C4/Auth.pm:"select borrowernumber, firstname, surname, flags, borrowers.branchcode, branches.branchname as branchname, email from borrowers left join branches on borrowers.branchcode=branches.branchcode where userid=?" C4/Members.pm: AND ( borrowers.flags IS NULL OR borrowers.flags = 0 ) t/db_dependent/Serials_2.t: UPDATE borrowers SET flags=? WHERE borrowernumber=? t/db_dependent/api/v1/holds.t: flags => 80, #borrowers and reserveforothers flags t/db_dependent/api/v1/patrons_extended_attributes.t: value => { flags => 2**4 } # 'borrowers' flag == 4 t/db_dependent/api/v1/patrons_holds.t: value => { flags => 2 ** 4 } # 'borrowers' flag == 4 This is just top of the iceberg. Looks like this development is far from ready. -- 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/
