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/FinanceBankAPI/FileImport.php

    r508 r523  
    121121      $this->InsertMoney($_POST['Subject'.$I], $_POST['Money'.$I], 0, $_POST['Taxable'.$I], $Date, $_POST['Text'.$I], $DocumentLine);
    122122      $Output .= $I.', ';
    123       $this->System->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted');
     123      $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted');
    124124    }
    125125    return($Output);
Note: See TracChangeset for help on using the changeset viewer.