diff --git a/C4/Members/Attributes.pm b/C4/Members/Attributes.pm index a56a6273a5..b25a81310b 100644 --- a/C4/Members/Attributes.pm +++ b/C4/Members/Attributes.pm @@ -233,7 +233,7 @@ sub SetBorrowerAttributes { return; # bail immediately on errors } } - return 1; # borower attributes successfully set + return 1; # borrower attributes successfully set } =head2 DeleteBorrowerAttribute diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index df123ee6fd..2409bc2b87 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -243,7 +243,7 @@ CREATE TABLE `borrowers` ( -- this table includes information about your patrons `contactfirstname` text, -- used for children to include first name of guarentor `contacttitle` text, -- used for children to include title (Mr., Mrs., etc) of guarentor `guarantorid` int(11) default NULL, -- borrowernumber used for children or professionals to link them to guarentors or organizations - `borrowernotes` mediumtext, -- a note on the patron/borroewr's account that is only visible in the staff client + `borrowernotes` mediumtext, -- a note on the patron/borrower's account that is only visible in the staff client `relationship` varchar(100) default NULL, -- used for children to include the relationship to their guarentor `ethnicity` varchar(50) default NULL, -- unused in Koha `ethnotes` varchar(255) default NULL, -- unused in Koha @@ -873,7 +873,7 @@ CREATE TABLE `deletedborrowers` ( -- stores data related to the patrons/borrower `contactfirstname` text, -- used for children to include first name of guarentor `contacttitle` text, -- used for children to include title (Mr., Mrs., etc) of guarentor `guarantorid` int(11) default NULL, -- borrowernumber used for children or professionals to link them to guarentors or organizations - `borrowernotes` mediumtext, -- a note on the patron/borroewr's account that is only visible in the staff client + `borrowernotes` mediumtext, -- a note on the patron/borrower's account that is only visible in the staff client `relationship` varchar(100) default NULL, -- used for children to include the relationship to their guarentor `ethnicity` varchar(50) default NULL, -- unused in Koha `ethnotes` varchar(255) default NULL, -- unused in Koha