There are 2 barcode related regular expression OUS
but the web user editor is using the wrong one.
This branch corrects that.
Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
new RegExp(service.org_settings['opac.username_regex']);
}
- if (service.org_settings['opac.barcode_regex']) {
+ if (service.org_settings['ui.patron.edit.ac.barcode.regex']) {
patterns.ac.barcode =
- new RegExp(service.org_settings['opac.barcode_regex']);
+ new RegExp(service.org_settings['ui.patron.edit.ac.barcode.regex']);
}
if (service.org_settings['global.password_regex']) {