Bug 32458

Summary: memberentry.pl uses both patron and borrower.data
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lucas Gass (lukeg) 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?