Add verify function + fix bug in budget detail
This commit is contained in:
parent
3f6ec9a500
commit
ed70806553
5 changed files with 38 additions and 5 deletions
|
|
@ -588,7 +588,7 @@ class widget {
|
|||
$r.='<input type="text" readonly id="'.$this->name.'" name="'.
|
||||
$this->name.'" value ="'.$this->value.'" size="35">';
|
||||
|
||||
$r.='<input type="hidden" name="'.$this->name.'_hidden" id="'.$this->name.'_hidden" value="'.$this->value.'">';
|
||||
$r.='<input type="hidden" name="'.$this->name.'_hidden" id="'.$this->name.'_hidden" value="'.$this->extra.'">';
|
||||
return $r;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue