Changeset 546 for trunk/Modules/Finance
- Timestamp:
- Jun 13, 2013, 12:29:37 AM (12 years ago)
- Location:
- trunk/Modules/Finance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r540 r546 12 12 include_once(dirname(__FILE__).'/Import.php'); 13 13 include_once(dirname(__FILE__).'/Zivnost.php'); 14 include_once(dirname(__FILE__).'/finance.php');15 14 16 15 define('TARIFF_FREE', 7); -
trunk/Modules/Finance/Manage.php
r544 r546 559 559 $FileId = $this->Database->insert_id; 560 560 $FileName = 'doklad-'.$FileId.'.pdf'; 561 $Bill = new BillInvoice( );561 $Bill = new BillInvoice($this->System); 562 562 $Bill->Database = &$this->System->Database; 563 563 $Bill->System = &$this->System;
Note:
See TracChangeset
for help on using the changeset viewer.