sync_stock.php 164 B

1234567891011121314151617
  1. <?php
  2. include_once('config.php');
  3. include_once('autoloader.php');
  4. $db = new Database();
  5. $facturisSync = new FacturisSync($db);
  6. $facturisSync->autoSync();