From c771bf302495dc930d5653bef8e423ad3bbbf2f5 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 22 Jan 2017 22:31:07 +0200 Subject: [PATCH] Increase 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 39825a8e0a8c..5492169ceb66 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -247,7 +247,7 @@ - {{ $invoiceLabels['item'] }} + {{ $invoiceLabels['item'] }} {{ $invoiceLabels['description'] }} @if ($account->showCustomField('custom_invoice_item_label1')) {{ $account->custom_invoice_item_label1 }}