BUG not default periode if the user comes into a closed ledger
This commit is contained in:
parent
757745e861
commit
3d02658352
2 changed files with 21 additions and 3 deletions
|
|
@ -157,6 +157,7 @@ class widget {
|
|||
$disabled=($this->disabled==true)?"disabled":"";
|
||||
//echo "<b>Selected <b>".$this->selected;
|
||||
$r="<SELECT id=\"$this->name\" NAME=\"$this->name\" $this->javascript $disabled>";
|
||||
if (empty($this->value)) return '';
|
||||
for ( $i=0;$i<sizeof($this->value);$i++)
|
||||
{
|
||||
$checked=($this->selected==$this->value[$i]['value'])?"SELECTED":"";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue