Update history.php

This commit is contained in:
Alex Lushpai 2017-07-03 12:12:20 +03:00 committed by GitHub
parent 58e6e66579
commit 84391dd804

View File

@ -41,7 +41,7 @@ class ModelRetailcrmHistory extends Model
$crm = new RetailcrmProxy(
$settings['retailcrm_url'],
$settings['retailcrm_apikey'],
$this->serLogs()
$this->setLogs()
);
$lastRun = !empty($history['retailcrm_history'])