diff --git a/productMods/templates/freemarker/edit/forms/js/awardReceiptUtils.js b/productMods/templates/freemarker/edit/forms/js/awardReceiptUtils.js index 15dd47b0..cda8c075 100644 --- a/productMods/templates/freemarker/edit/forms/js/awardReceiptUtils.js +++ b/productMods/templates/freemarker/edit/forms/js/awardReceiptUtils.js @@ -98,6 +98,9 @@ var awardReceiptUtils = { if ( this.yearAwarded.val().length ) { rdfsLabel += " (" + this.subjectName + ' - ' + this.yearAwarded.val() + ")"; } + else { + rdfsLabel += " (" + this.subjectName + ")"; + } this.recLabel.val(rdfsLabel); },