diff --git a/model/invoice-pdf.php b/model/invoice-pdf.php index 53b2396..6c7c0c8 100644 --- a/model/invoice-pdf.php +++ b/model/invoice-pdf.php @@ -151,8 +151,6 @@ public function BuildInvoice($invoice, $isOffer = false, $stream = false){ $total = round($v['total'], 2); $tax = round($v['total_tax'], 2); - error_log($product_name); - $table->AddCell("$i", null, [], ['top' => 5]); $table->AddCell($product_name, null, [], ['top' => 5]); $table->AddCell($qtyStr, 'right', [], ['top' => 5]);