Changeset 514 for trunk/finance/finance.php
- Timestamp:
- Apr 8, 2013, 10:40:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/finance.php
r507 r514 33 33 { 34 34 $this->Tariffs = array(); 35 $DbResult = $this->Database->select('Service', '*', '`ReplaceId` IS NULL ORDER BY ` InternetSpeedMax`');35 $DbResult = $this->Database->select('Service', '*', '`ReplaceId` IS NULL ORDER BY `Name`, `InternetSpeedMax`'); 36 36 while($Tariff = $DbResult->fetch_array()) 37 37 {
Note:
See TracChangeset
for help on using the changeset viewer.