Skip to content

Commit

Permalink
Merge pull request PrestaShop#35861 from rudolfkastl/patch-1
Browse files Browse the repository at this point in the history
Update HTMLTemplateOrderSlip.php to fix PrestaShop#35802
  • Loading branch information
nicosomb authored Apr 10, 2024
2 parents 78bcfe5 + fc5d39d commit ecbbfb2
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 ecbbfb2

Please sign in to comment.