Skip to content

Commit

Permalink
Update NDB_BVL_Instrument_LINST.class.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 authored Aug 10, 2023
1 parent 1cb67b9 commit 5f86771
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions php/libraries/NDB_BVL_Instrument_LINST.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ class NDB_BVL_Instrument_LINST extends \NDB_BVL_Instrument
]
);

if (strrpos($this->testName ?? '', '_proband') === false
&& !$this->DataEntryType == 'DirectEntry'
) {
if (strrpos($this->testName ?? '', '_proband') === false) {
if (!$this->postMortem) {
$this->addScoreColumn(
'Candidate_Age',
Expand Down

0 comments on commit 5f86771

Please sign in to comment.