From be02c6901777408f657cbfd93263e82c7e907d8b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 21 Feb 2017 21:26:20 +0200 Subject: [PATCH] Adjust product key width --- resources/views/invoices/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index f8fe69a45377..1abac66ae5ef 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -251,7 +251,7 @@ - {{ $invoiceLabels['item'] }} + {{ $invoiceLabels['item'] }} {{ $invoiceLabels['description'] }} @if ($account->showCustomField('custom_invoice_item_label1')) {{ $account->custom_invoice_item_label1 }}