Ignore:
Timestamp:
Mar 24, 2009, 9:00:06 PM (16 years ago)
Author:
george
Message:
  • Opraveno: Zobrazování stavu účetních operací pro subjekty namísto uživatelů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/clenove.php

    r167 r178  
    3030      $Tarif = $Finance->Tarify[$Row['InternetTariffCurrentMonth']]['name'];
    3131      $PristiTarif = $Finance->Tarify[$Row['InternetTariffNextMonth']]['name'];
    32       $Output .= '<tr><td>'.$Row['FullName'].'</td><td><a href="user_state.php?userid='.$Row['Id'].'">'.$Row['Name'].'</a></td>';
     32      $Output .= '<tr><td>'.$Row['FullName'].'</td><td><a href="user_state.php?Subject='.$Row['Id'].'">'.$Row['Name'].'</a></td>';
    3333      //<td align="right">'.$Row['network_device'].'</td>
    3434      $Output .= '<td align="right">'.$Row['MonthlyTotal'].'</td><td align="right">'.$Row['Cash'].'</td><td align="center">'.$Tarif.'</td><td align="center">'.$PristiTarif.'</td></tr>';
Note: See TracChangeset for help on using the changeset viewer.