Ignore:
Timestamp:
Apr 1, 2013, 7:14:59 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Generování nastavení sítě. Generování front Queue nyní pracuje s přiřazením služeb k zařízením a podsítím.
  • Opraveno: Zjišťování adresáře souborů na disku dle id adresáře.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/user_state.php

    r499 r507  
    8585      if($Row['Value'] > 0) $Row['Value'] = '+'.$Row['Value'];
    8686      if($Row['BillCode'] == '') $Row['BillCode'] = 'PDF';
    87       if($Row['File'] > 0) $Invoice = '<a href="'.$this->System->Link('/FileDownload.php?id='.$Row['File']).'">'.$Row['BillCode'].'</a>';
     87      if($Row['File'] > 0) $Invoice = '<a href="'.$this->System->Link('/file?id='.$Row['File']).'">'.$Row['BillCode'].'</a>';
    8888        else $Invoice = '&nbsp;';
    8989      if($Row['PeriodFrom'] != '') $Period = HumanDate($Row['PeriodFrom']).' - '.HumanDate($Row['PeriodTo']);
     
    118118    }
    119119   
    120     if($Member['Hire'] != 0)
    121     {
    122       $Output .= '<tr><td>Nájem</td><td>'.(-$Member['Hire']).'</td></tr>';
    123       $Total -= $Member['Hire'];
    124     }
    125120    if($Member['MonthlyPlus'] != 0)
    126121    {
Note: See TracChangeset for help on using the changeset viewer.