Changeset 546 for trunk/Modules/Finance/Manage.php
- Timestamp:
- Jun 13, 2013, 12:29:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.