diff --git a/agent/post/invoice.php b/agent/post/invoice.php index 667e603f..53a322b1 100644 --- a/agent/post/invoice.php +++ b/agent/post/invoice.php @@ -989,12 +989,6 @@ if (isset($_GET['export_invoice_packing_slip'])) { $company_phone = nullable_htmlentities(formatPhoneNumber($row['company_phone'], $company_phone_country_code)); $company_email = nullable_htmlentities($row['company_email']); $company_website = nullable_htmlentities($row['company_website']); - $company_tax_id = nullable_htmlentities($row['company_tax_id']); - if ($config_invoice_show_tax_id && !empty($company_tax_id)) { - $company_tax_id_display = "Tax ID: $company_tax_id"; - } else { - $company_tax_id_display = ""; - } $company_logo = nullable_htmlentities($row['company_logo']); require_once("../plugins/TCPDF/tcpdf.php"); @@ -1029,7 +1023,7 @@ if (isset($_GET['export_invoice_packing_slip'])) {