Bug 11164

Summary: creator_batches table uses borrower_number not borrowernumber?
Product: Koha Reporter: HB-NEKLS <gwilliams>
Component: DatabaseAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: katrin.fischer
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15648
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description HB-NEKLS 2013-10-29 21:50:58 UTC
The creator_batches table uses borrower_number instead of borrowernumber. All other tables use borrowernumber (discovered when I was looking at http://schema.koha-community.org/columns.byColumn.html#columns). 

Was this difference intentional?