use protected instead of private, remove debug info

This commit is contained in:
sparkyx 2025-11-12 11:00:59 +01:00
parent 48459533e1
commit d0ef7a3057
2 changed files with 5 additions and 5 deletions

View file

@ -105,7 +105,7 @@ $str_anc = "";
$ipaid = new ICheckBox("ipaid", 'paid');
$ipaid->selected = ($obj->det->jr_rapt == 'paid');
echo $ipaid->input();
if ( DEBUGNOALYSS > 0) echo \Noalyss\Dbg::hidden_info("obj", $obj);
?>
</td>
</tr>