Ignore:
Timestamp:
Jan 31, 2009, 10:38:17 AM (16 years ago)
Author:
george
Message:
  • Opraveno: Odkazy na hlavní stránce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/finance/clenove.php

    r75 r143  
    1818    // Tabulka operaci
    1919    echo('Výpis operací pro účastníka '.$Row2['fullname'].':<br>');
    20     echo('<table style="font-size: smaller;" border="1" cellspacing="0" cellpadding="3"><tr><th>Datum</th><th>Popis</th><th>Doklad</th><th>Komentář</th></tr>');
     20    echo('<table style="font-size: smaller;" border="1" cellspacing="0" cellpadding="3"><tr><th>Datum</th><th>Popis</th><th>Částka [Kč]</th><th>Doklad</th></tr>');
    2121    $Operations = array();
    2222    $DbResult = $Database->query('(SELECT Time, Value, Text, Bill FROM FinanceCashFlow WHERE Subject='.$_GET['id'].') UNION ALL '.
Note: See TracChangeset for help on using the changeset viewer.