Bug 12026: [QA Follow-up] POD typo and tiny change in AddMember_Opac
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tue, 21 Mar 2017 09:27:03 +0000 (10:27 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 14:28:17 +0000 (14:28 +0000)
commit22f1f3a26a97a74b4468b875da58c7b4fd1a6409
treeec353dfff527324b437cc937d8ed4d3a88e0f2ce
parent2f4e57b20fb3843d7a4db19dca320e7992e5e03e
Bug 12026: [QA Follow-up] POD typo and tiny change in AddMember_Opac

[1] Correct xml error in POD
Copy-pasting this example from Auth_with_shibboleth.pm into koha-conf.xml
did not work. We need a closing tag ;)
[2] If AddMember_Opac calls AddMember_Auto, there is no need to call
fixup_cardnumber. Adding trivial test for AddMember_Auto in Members.t.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Auth_with_shibboleth.pm
C4/Members.pm
t/db_dependent/Members.t