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/Import.php

    r521 r523  
    139139      $this->InsertMoney($_POST['Subject'.$I], $_POST['Money'.$I], 0, $_POST['Taxable'.$I], $Date, $_POST['Text'.$I], $DocumentLine);
    140140      $Output .= $I.', ';
    141       $this->System->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted');
     141      $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted');
    142142    }
    143143    return($Output);
Note: See TracChangeset for help on using the changeset viewer.