Changeset 207 for trunk/finance/finance.php
- Timestamp:
- May 4, 2009, 10:09:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/finance.php
r204 r207 121 121 $this->TotalPaid = $Row['MonthlyTotal']; 122 122 123 $this->RecalculateTariffs($Period);124 123 $this->LoadTariffs($Period); 125 124 } … … 181 180 } 182 181 $this->System->Modules['Log']->NewRecord('Finance', 'RecalculateMemberPayment'); 182 $this->RecalculateTariffs(1); 183 $this->RecalculateTariffs(0); 183 184 return($Output); 184 185 }
Note:
See TracChangeset
for help on using the changeset viewer.