Undefined product_ids_titles
This commit is contained in:
parent
fc826de960
commit
4c3a58c957
|
@ -11,6 +11,7 @@ class WC_Report_Sales_By_Product extends WC_Admin_Report {
|
||||||
|
|
||||||
public $chart_colours = array();
|
public $chart_colours = array();
|
||||||
public $product_ids = array();
|
public $product_ids = array();
|
||||||
|
public $product_ids_titles = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|
Loading…
Reference in New Issue