import apilo invoices
This commit is contained in:
@@ -68,6 +68,16 @@ $job_strings = array(
|
||||
2 => 'importBaselinkerCorrectingInvoices'
|
||||
);
|
||||
|
||||
function importApiloInvoices() {
|
||||
try {
|
||||
$GLOBALS['db']->query("USE preDb_0dcc87940d3655fa574b253df04ca1c3;");
|
||||
require_once('modules/EcmInvoiceOuts/BimIT-eCommerceInvoices/importApiloInvoices.php');
|
||||
importApiloInvoices();
|
||||
return true;
|
||||
} catch (Exception $e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
function importBaselinkerInvoices()
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user