Changeset 204 for trunk/finance/clenove.php
- Timestamp:
- May 1, 2009, 12:13:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/clenove.php
r189 r204 28 28 $TotalCash += $Row['Cash']; 29 29 if($Row['Cash'] < 0) $Row['Cash'] = '<span style="color: red;">'.$Row['Cash'].'</span>'; 30 $Tarif = $Finance->Tarif y[$Row['InternetTariffCurrentMonth']]['name'];31 $PristiTarif = $Finance->Tarif y[$Row['InternetTariffNextMonth']]['name'];30 $Tarif = $Finance->Tariffs[$Row['InternetTariffCurrentMonth']]['Name']; 31 $PristiTarif = $Finance->Tariffs[$Row['InternetTariffNextMonth']]['Name']; 32 32 $Output .= '<tr><td>'.$Row['FullName'].'</td><td><a href="user_state.php?Subject='.$Row['Id'].'">'.$Row['Name'].'</a></td>'; 33 33 //<td align="right">'.$Row['network_device'].'</td>
Note:
See TracChangeset
for help on using the changeset viewer.