Bug 32458 - memberentry.pl uses both patron and borrower.data
Summary: memberentry.pl uses both patron and borrower.data
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-13 16:22 UTC by Lucas Gass
Modified: 2022-12-13 16:22 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass 2022-12-13 16:22:25 UTC
While working on a seperate bug I saw in memberenrtygen.tt we will use both borrower_data ( borrower_data.surname ) and patron ( patron.contactname ). 

Do we need both? Or can we remove borrower_data in favor of patron?