Changeset 688 for trunk/Modules/Finance/Manage.php
- Timestamp:
- Sep 7, 2014, 2:48:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Manage.php
r680 r688 162 162 'Quantity' => $Period['MonthCount'], 'VAT' => $this->System->Modules['Finance']->GetVATByType($Service['VAT'])); 163 163 $MonthlyTotal += $Service['Price']; 164 }165 if($Member['MonthlyPlus'] != 0)166 {167 $InvoiceItems[] = array('Description' => 'Spotřeba energie', 'Price' => -$Member['MonthlyPlus'],168 'Quantity' => $Period['MonthCount'], 'VAT' => $this->System->Modules['Finance']->GetVATByType(VAT_TYPE_BASE));169 $MonthlyTotal -= $Member['MonthlyPlus'];170 164 } 171 165 $PayPerPeriod = $MonthlyTotal * $Period['MonthCount'];
Note:
See TracChangeset
for help on using the changeset viewer.