Skip to content

Commit

Permalink
#31: Capturing the actual change!
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Jul 17, 2022
1 parent c56c213 commit ef51ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YOUR_ADMIN/includes/classes/sales_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ function build_li_orders($oID, $field, $value)
function build_li_products($product)
{
$id = $this->timeframe_id;
$pID = $product['id'];
$pID = $product['uprid'];

// initialize the array for this products_id if it doesn't exist yet
if (!isset($this->timeframe[$id]['products'][$pID]) ) {
Expand Down

0 comments on commit ef51ba9

Please sign in to comment.