Skip to content

Commit

Permalink
Update HTMLTemplateOrderSlip.php to fix PrestaShop#35802
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfkastl authored Apr 8, 2024
1 parent fca3375 commit fc5d39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/pdf/HTMLTemplateOrderSlip.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function getContent()
}
unset($product);
} else {
$this->order->products = null;
$this->order->products = [];
}

if ($this->order_slip->shipping_cost == 0) {
Expand Down

0 comments on commit fc5d39d

Please sign in to comment.