Skip to content

Commit 31fc22f

Browse files
authored
[NDB_BVL_Instrument] JSON Data support fix DECS field (#7819)
1 parent 92970de commit 31fc22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/libraries/NDB_BVL_Instrument.class.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page
16521652
function getDataEntryCompletionStatus(): string
16531653
{
16541654
$data = NDB_BVL_Instrument::loadInstanceData($this);
1655-
return $data["Data_entry_completion_status"];
1655+
return $data["Data_entry_completion_status"] ?? '';
16561656
}
16571657

16581658

0 commit comments

Comments
 (0)