From c0d5c7d649c4e0401c9a5260dfbba12bedf48a28 Mon Sep 17 00:00:00 2001
From: Michael Wedl
- // Customer:
- // ${'customer' in context.projectType.report_fields ? '{{ report.customer }}' : 'Example Customer'}
- // ${'document_history' in context.projectType.report_fields ?
- // "{{ report.document_history[report.document_history.length - 1]?.date || '' }}
" +
- // "{{ report.document_history[report.document_history.length - 1]?.version || '0.0' }}
" : ""
- // }
- //
+ Customer:
+ ${'customer' in context.projectType.report_fields ? '{{ report.customer }}' : 'Example Customer'}
+ ${'document_history' in context.projectType.report_fields ?
+ "{{ report.document_history[report.document_history.length - 1]?.date || '' }}
" +
+ "{{ report.document_history[report.document_history.length - 1]?.version || '0.0' }}
" : ""
+ }
+