(js) Fix reference to org attribute in card

pull/105/head
Francis Lachapelle 2015-09-03 15:51:55 -04:00
parent e207cc79a7
commit 3647f066da
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
if (unit.value !== '')
description.push(unit.value);
});
if (this.org) description.push(this.org);
if (this.c_org) description.push(this.c_org);
if (this.description) description.push(this.description);
return description.join(', ');