@dhyasama/totem-models 6.4.0 → 6.4.2
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/Deal.js +3 -0
- package/lib/Organization.js +1 -1
- package/package.json +1 -1
package/lib/Deal.js
CHANGED
package/lib/Organization.js
CHANGED
|
@@ -499,7 +499,7 @@ module.exports = function(mongoose, config) {
|
|
|
499
499
|
|
|
500
500
|
Organization.virtual('customer.deals.fields').get(function () {
|
|
501
501
|
|
|
502
|
-
// Combine
|
|
502
|
+
// Combine standard fields and custom fields into a single list and sort by column order
|
|
503
503
|
// Fundraise is actually two fields, so multiply the order by ten to make room for the extra field
|
|
504
504
|
|
|
505
505
|
var self = this;
|