Ignore:
Timestamp:
May 4, 2009, 10:09:30 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Tarify přepočítat jen ručně a ne při každém načtení stránky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/finance.php

    r204 r207  
    121121    $this->TotalPaid = $Row['MonthlyTotal'];
    122122 
    123     $this->RecalculateTariffs($Period);
    124123    $this->LoadTariffs($Period);
    125124  }
     
    181180    }
    182181                $this->System->Modules['Log']->NewRecord('Finance', 'RecalculateMemberPayment');       
     182    $this->RecalculateTariffs(1);
     183    $this->RecalculateTariffs(0);
    183184    return($Output);
    184185  }
Note: See TracChangeset for help on using the changeset viewer.