Ignore:
Timestamp:
Dec 31, 2010, 4:56:19 PM (14 years ago)
Author:
george
Message:
  • Opraveno: Součet měsíčních příjmů je správně bez plateb, kde uživatelé mají žádné platební období.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/system/routerboard.php

    r261 r301  
    8989    foreach($Conditions as $Index => $Item)
    9090    {
    91       $ConditionList .= $Index.'="'.$Item.'" ';
     91      if($Item == 'no') $ConditionList .= $Index.'='.$Item.' ';
     92      else $ConditionList .= $Index.'="'.$Item.'" ';
    9293    }
    9394    $ConditionList = substr($ConditionList, 0, -1);
Note: See TracChangeset for help on using the changeset viewer.