Ignore:
Timestamp:
Jun 13, 2013, 12:29:37 AM (11 years ago)
Author:
chronos
Message:
  • Opaveno: Nesprávné parametry konstruktoru některých modulů.
File:
1 edited

Legend:

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

    r544 r546  
    559559      $FileId = $this->Database->insert_id;
    560560      $FileName = 'doklad-'.$FileId.'.pdf';
    561       $Bill = new BillInvoice();
     561      $Bill = new BillInvoice($this->System);
    562562      $Bill->Database = &$this->System->Database;
    563563      $Bill->System = &$this->System;
Note: See TracChangeset for help on using the changeset viewer.