Skip to content

Commit

Permalink
Bugfix: Only display customfields with values
Browse files Browse the repository at this point in the history
  • Loading branch information
eynimeni authored and ibernhardf committed Jan 21, 2025
1 parent 609db58 commit 0c77734
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/placeholders/placeholders/customform.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ public static function return_value(
}
}
$returnarray[] = "$formelement->label: $returnvalue";
} else {
$returnarray[] = "$formelement->label: $value";
}
}
}
Expand Down

0 comments on commit 0c77734

Please sign in to comment.