This option no longer requires that the OU field be
fleshed.
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
default:
const field = this.idlField;
if (this.idlIncludeLibraryInLabel) {
- return fm[field]() + ' (' + fm[this.idlIncludeLibraryInLabel]().shortname() + ')';
+ return fm[field]() + ' (' + this.getOrgShortname(fm[this.idlIncludeLibraryInLabel]()) + ')';
} else {
return fm[field]();
}