Ignore:
Timestamp:
Feb 18, 2009, 11:19:12 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Soubor include.php ve financích přepracován na třídy ve finance.php.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/finance/zivnost.php

    r152 r157  
    11<?php
    22include_once('../global.php');
    3 include_once('include.php');
    43
    54class FinanceTaxFilingPage extends Page
     
    3130  function Show()
    3231  {
    33     RecalculateTariffs(1);
     32    $this->System->Modules['Finance']->RecalculateTariffs(1);
    3433    //TransformFinance();
    3534
Note: See TracChangeset for help on using the changeset viewer.