From c1bf2c7080a83ff4b1eb0258ad2be8aca6c72665 Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Mon, 15 Sep 2025 16:39:33 +0530 Subject: [PATCH] fix: radius of the items/tax table thead --- .../print_format_sales_invoice/print_format_sales_invoice.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/accounts/print_format/print_format_sales_invoice/print_format_sales_invoice.html b/erpnext/accounts/print_format/print_format_sales_invoice/print_format_sales_invoice.html index aa1f9923326..233083b1f34 100644 --- a/erpnext/accounts/print_format/print_format_sales_invoice/print_format_sales_invoice.html +++ b/erpnext/accounts/print_format/print_format_sales_invoice/print_format_sales_invoice.html @@ -86,10 +86,12 @@ print_heading_template=None) -%} {% if letter_head and not no_letterhead %} .items-table tr:first-child td:first-child, .tax-table tr:first-child td:first-child { border-top-left-radius: 10px; + border-bottom-left-radius: 10px; } .items-table tr:first-child td:last-child, .tax-table tr:first-child td:last-child { border-top-right-radius: 10px; + border-bottom-right-radius: 10px; } .in-words {