in edit mode maintain the name of the subject in the award receipt label
This commit is contained in:
parent
5387992e45
commit
fcc26a3207
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue