Ignore:
Timestamp:
Apr 20, 2013, 8:21:15 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Záznam akcí Log předělán na aplikační modul.
  • Přidáno: Modul System a zobrazení seznamu dostupných modulů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/finance.php

    r521 r523  
    229229        'Cash' => $Cash, 'MonthlyPlus' => $this->W2Kc($ConsumptionPlus)));
    230230    }
    231     $this->System->Modules['Log']->NewRecord('Finance', 'RecalculateMemberPayment'); 
     231    $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'RecalculateMemberPayment'); 
    232232    $this->RecalculateTariffs(1);
    233233    $this->RecalculateTariffs(0);
     
    272272    $DbResult = $this->Database->update('NetworkSegment', 'Id='.$this->InternetSegmentId,
    273273      array('Users' => $Row[0], 'UsersOverheads' => $Row[0]));
    274     $this->System->Modules['Log']->NewRecord('Finance', 'RecalculateSegmentParameters');
     274    $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'RecalculateSegmentParameters');
    275275    return($Output);
    276276  } 
Note: See TracChangeset for help on using the changeset viewer.