Fix misprint. Change history_orders on history_customers
This commit is contained in:
parent
ca5fbfa3b9
commit
f4191647eb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ if ( ! class_exists( 'WC_Retailcrm_History' ) ) :
|
|||
}
|
||||
|
||||
if (!$customers_since_id && isset($this->retailcrm_settings['history_customers'])) {
|
||||
$this->startDateCustomers = new DateTime($this->retailcrm_settings['history_orders']);
|
||||
$this->startDateCustomers = new DateTime($this->retailcrm_settings['history_customers']);
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue