Changeset 507 for trunk/finance/user_state.php
- Timestamp:
- Apr 1, 2013, 7:14:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/user_state.php
r499 r507 85 85 if($Row['Value'] > 0) $Row['Value'] = '+'.$Row['Value']; 86 86 if($Row['BillCode'] == '') $Row['BillCode'] = 'PDF'; 87 if($Row['File'] > 0) $Invoice = '<a href="'.$this->System->Link('/ FileDownload.php?id='.$Row['File']).'">'.$Row['BillCode'].'</a>';87 if($Row['File'] > 0) $Invoice = '<a href="'.$this->System->Link('/file?id='.$Row['File']).'">'.$Row['BillCode'].'</a>'; 88 88 else $Invoice = ' '; 89 89 if($Row['PeriodFrom'] != '') $Period = HumanDate($Row['PeriodFrom']).' - '.HumanDate($Row['PeriodTo']); … … 118 118 } 119 119 120 if($Member['Hire'] != 0)121 {122 $Output .= '<tr><td>Nájem</td><td>'.(-$Member['Hire']).'</td></tr>';123 $Total -= $Member['Hire'];124 }125 120 if($Member['MonthlyPlus'] != 0) 126 121 {
Note:
See TracChangeset
for help on using the changeset viewer.