Changeset 75 for www/finance/clenove.php


Ignore:
Timestamp:
Apr 16, 2008, 8:23:03 PM (17 years ago)
Author:
george
Message:

Opraveno: Generování seznamu majetku.
Opraveno: Řazení výpisu operací účastníků od nejnovějšího data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/finance/clenove.php

    r74 r75  
    2121    $Operations = array();
    2222    $DbResult = $Database->query('(SELECT Time, Value, Text, Bill FROM FinanceCashFlow WHERE Subject='.$_GET['id'].') UNION ALL '.
    23       '(SELECT TimeCreation as Time, (-Value) as Value, Text, Bill FROM FinanceClaimsLiabilities WHERE Subject='.$_GET['id'].') ORDER BY Time');
     23      '(SELECT TimeCreation as Time, (-Value) as Value, Text, Bill FROM FinanceClaimsLiabilities WHERE Subject='.$_GET['id'].') ORDER BY Time DESC');
    2424    while($DbRow = $DbResult->fetch_array())
    2525      $Operations[] = $DbRow;
Note: See TracChangeset for help on using the changeset viewer.