Add php files
This commit is contained in:
19
modules/EcmInvoiceOuts/importRewizor.php
Executable file
19
modules/EcmInvoiceOuts/importRewizor.php
Executable file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
Class importRewizor{
|
||||
|
||||
private $db;
|
||||
private $file_name;
|
||||
private $handle;
|
||||
private $invoice;
|
||||
|
||||
function __construct($id){
|
||||
$this->db=$GLOBALS['db'];
|
||||
$this->invoice= new EcmInvoiceOut();
|
||||
$this->invoice->retrieve($id);
|
||||
$this->break;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user