Skip to content

Commit

Permalink
Fixed issue #17606: Single data set summary is missing "last page" de…
Browse files Browse the repository at this point in the history
…tail
  • Loading branch information
c-schmitz committed Sep 20, 2021
1 parent d3398c8 commit ff305ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/responses.php
Expand Up @@ -204,7 +204,7 @@ public function view($iSurveyID, $iId, $sBrowseLang = '')
$fnames[] = array("completed", gT("Completed"), "0");

foreach ($fieldmap as $field) {
if ($field['fieldname'] == 'lastpage' || $field['fieldname'] == 'submitdate') {
if ( $field['fieldname'] == 'submitdate') {
continue;
}
if ($field['type'] == 'interview_time') {
Expand Down

0 comments on commit ff305ed

Please sign in to comment.