@dhyasama/totem-models 6.11.12 → 6.11.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Organization.js +2 -2
- package/package.json +1 -1
package/lib/Organization.js
CHANGED
|
@@ -591,7 +591,7 @@ module.exports = function(mongoose, config) {
|
|
|
591
591
|
|
|
592
592
|
if (standardFields.sourcePerson.showOnList) {
|
|
593
593
|
result.push({
|
|
594
|
-
name: 'Source
|
|
594
|
+
name: 'Source',
|
|
595
595
|
type: 'Reference',
|
|
596
596
|
key: 'source.person',
|
|
597
597
|
isStandard: true,
|
|
@@ -615,7 +615,7 @@ module.exports = function(mongoose, config) {
|
|
|
615
615
|
|
|
616
616
|
if (standardFields.referrerPerson.showOnList) {
|
|
617
617
|
result.push({
|
|
618
|
-
name: 'Referrer
|
|
618
|
+
name: 'Referrer',
|
|
619
619
|
type: 'Reference',
|
|
620
620
|
key: 'referrer.person',
|
|
621
621
|
isStandard: true,
|