Changeset 523 for trunk/Modules/Finance/finance.php
- Timestamp:
- Apr 20, 2013, 8:21:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/finance.php
r521 r523 229 229 'Cash' => $Cash, 'MonthlyPlus' => $this->W2Kc($ConsumptionPlus))); 230 230 } 231 $this->System->Module s['Log']->NewRecord('Finance', 'RecalculateMemberPayment');231 $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'RecalculateMemberPayment'); 232 232 $this->RecalculateTariffs(1); 233 233 $this->RecalculateTariffs(0); … … 272 272 $DbResult = $this->Database->update('NetworkSegment', 'Id='.$this->InternetSegmentId, 273 273 array('Users' => $Row[0], 'UsersOverheads' => $Row[0])); 274 $this->System->Module s['Log']->NewRecord('Finance', 'RecalculateSegmentParameters');274 $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'RecalculateSegmentParameters'); 275 275 return($Output); 276 276 }
Note:
See TracChangeset
for help on using the changeset viewer.