Changeset 553 for trunk/Modules/Finance


Ignore:
Timestamp:
Jul 7, 2013, 11:38:22 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Fronta pošty převedena na aplikační modul.
  • Opraveno: Nastavení dokladové řady při importu z Fio API.
Location:
trunk/Modules/Finance
Files:
2 edited

Legend:

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

    r551 r553  
    299299    $this->License = 'GNU/GPLv3';
    300300    $this->Description = 'Base module for finance management';
    301     $this->Dependencies = array('File');
     301    $this->Dependencies = array('File', 'EmailQueue');
    302302  } 
    303303
  • trunk/Modules/Finance/Manage.php

    r552 r553  
    359359       
    360360      $Content .= '<br />Tento email je generován automaticky. V případě zjištění nesrovnalostí napište zpět.';
    361       $this->System->EmailQueue->AddItem($User['Name'].' <'.$User['Email'].'>', $Title, $Content,
     361      $this->System->ModuleManager->Modules['EmailQueue']->AddItem($User['Name'].' <'.$User['Email'].'>', $Title, $Content,
    362362         $Config['Web']['Admin'].' <'.$Config['Web']['AdminEmail'].'>');
    363363      $Output = '';
Note: See TracChangeset for help on using the changeset viewer.