Bug 14569: Typo borroewr|borow
Trivial correction. Only touches comments. Test plan: Run git grep -E "borroewr|borow". You should not find anything now. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Typos in comments corrected. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
224d4d4dec
commit
7d4e7e4e52
2 changed files with 3 additions and 3 deletions
|
@ -233,7 +233,7 @@ sub SetBorrowerAttributes {
|
||||||
return; # bail immediately on errors
|
return; # bail immediately on errors
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 1; # borower attributes successfully set
|
return 1; # borrower attributes successfully set
|
||||||
}
|
}
|
||||||
|
|
||||||
=head2 DeleteBorrowerAttribute
|
=head2 DeleteBorrowerAttribute
|
||||||
|
|
|
@ -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
|
`contactfirstname` text, -- used for children to include first name of guarentor
|
||||||
`contacttitle` text, -- used for children to include title (Mr., Mrs., etc) 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
|
`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
|
`relationship` varchar(100) default NULL, -- used for children to include the relationship to their guarentor
|
||||||
`ethnicity` varchar(50) default NULL, -- unused in Koha
|
`ethnicity` varchar(50) default NULL, -- unused in Koha
|
||||||
`ethnotes` varchar(255) 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
|
`contactfirstname` text, -- used for children to include first name of guarentor
|
||||||
`contacttitle` text, -- used for children to include title (Mr., Mrs., etc) 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
|
`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
|
`relationship` varchar(100) default NULL, -- used for children to include the relationship to their guarentor
|
||||||
`ethnicity` varchar(50) default NULL, -- unused in Koha
|
`ethnicity` varchar(50) default NULL, -- unused in Koha
|
||||||
`ethnotes` varchar(255) default NULL, -- unused in Koha
|
`ethnotes` varchar(255) default NULL, -- unused in Koha
|
||||||
|
|
Loading…
Reference in a new issue