fixed typo in var name.
This commit is contained in:
parent
a09a52bfc6
commit
dc74f68cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -1297,7 +1297,7 @@ function FormFin($p_cn,$p_jrn,$p_user,$p_submit,$p_array=null,$pview_only=true,$
|
|||
$W1->value=$tiers;
|
||||
$W1->extra='cred'; // credits
|
||||
$W1->extra2=$p_jrn;
|
||||
$W1->readonly=$p_viewonly;
|
||||
$W1->readonly=$pview_only;
|
||||
$r.="<TR>".$W1->IOValue()."</TD>";
|
||||
|
||||
$r.=InputType("","span", "e_other$i"."_label", $tiers_label,$pview_only);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue