https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18690 Bug ID: 18690 Summary: Typos in Koha database description (Table "borrowers") Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: gmcharlt@gmail.com Reporter: mik@adminkuhn.ch QA Contact: testopia@bugs.koha-community.org There are some typos in the SchemaSpy description of table "borrowers". * http://schema.koha-community.org/16_11/tables/borrowers.html 1. In the comment for field "debarred" (YYY-MM-DD) should by replaced by (YYYY-MM-DD) 2. In the comment for field "smsalertnumber" SNS should be replaced by SMS 3. In the comments of fields "contactname", "contacttitle", "guarantorid", "relationship" the term "guarentor" is used, but it should be "guarantor". 4. The comment for field "password" reads "patron/borrower's encrypted password". I think it could be more explicit by writing "patron/borrower's Bcrypt encrypted password". -- You are receiving this mail because: You are watching all bug changes.