Changeset 75 for www/finance/clenove.php
- Timestamp:
- Apr 16, 2008, 8:23:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/clenove.php
r74 r75 21 21 $Operations = array(); 22 22 $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'); 24 24 while($DbRow = $DbResult->fetch_array()) 25 25 $Operations[] = $DbRow;
Note:
See TracChangeset
for help on using the changeset viewer.