tango-app-api-trax 3.8.8 → 3.8.10-nike

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.
@@ -410,7 +410,7 @@ export function buildVisitChecklistTemplateDataFromProcessed( processedDoc, bran
410
410
 
411
411
  const checklistName = doc.checkListName || 'Visit Checklist';
412
412
 
413
- const refFromId = doc._id && String( doc._id ).length > 8 ? String( doc._id ).slice( -8 ).toUpperCase() : ( doc._id ? String( doc._id ) : '--' );
413
+ // const refFromId = doc._id && String( doc._id ).length > 8 ? String( doc._id ).slice( -8 ).toUpperCase() : ( doc._id ? String( doc._id ) : '--' );
414
414
 
415
415
  const { titleLine1, titleLine2 } = splitCoverTitle( checklistName );
416
416