$ grep -rn AutoMemberNum * koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt:925: <br/><span class="error">AutoMemberNum is set to enabled, but card number is marked as mandatory in BorrowerMandatoryField: auto calc has been disabled.</span> It should be autoMemberNum, not AutoMemberNum. It has very limited consequences, but consistency is good, right?
Created attachment 160601 [details] [review] Bug 35602: Fix typo AutoMemberNum The correct spelling is autoMemberNum. To test: * Enable autoMemberNum system preference * Set cardnumber to mandatory in BorrowerMandatoryField * Add a new patron account * Verify correct spelling in hint below cardnumber input field
Created attachment 160609 [details] [review] Bug 35602: Fix typo AutoMemberNum The correct spelling is autoMemberNum. To test: * Enable autoMemberNum system preference * Set cardnumber to mandatory in BorrowerMandatoryField * Add a new patron account * Verify correct spelling in hint below cardnumber input field Signed-off-by: David Nind <david@davidnind.com>
Created attachment 160814 [details] [review] Bug 35602: Fix typo AutoMemberNum The correct spelling is autoMemberNum. To test: * Enable autoMemberNum system preference * Set cardnumber to mandatory in BorrowerMandatoryField * Add a new patron account * Verify correct spelling in hint below cardnumber input field Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed for 24.05! Well done everyone, thank you!
Pushed to 23.11.x for 23.11.02