From 77968489b22cc7ed3098f0ba610700572f158d1a Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Thu, 11 Mar 2021 18:00:48 +0200 Subject: [PATCH] fix(sale invoice): fix reference field. --- .../Sales/Invoices/InvoiceForm/InvoiceFormHeaderFields.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/containers/Sales/Invoices/InvoiceForm/InvoiceFormHeaderFields.js b/client/src/containers/Sales/Invoices/InvoiceForm/InvoiceFormHeaderFields.js index 6f9ad7c2e..b94c41567 100644 --- a/client/src/containers/Sales/Invoices/InvoiceForm/InvoiceFormHeaderFields.js +++ b/client/src/containers/Sales/Invoices/InvoiceForm/InvoiceFormHeaderFields.js @@ -146,14 +146,14 @@ function InvoiceFormHeaderFields({ {/* ----------- Reference ----------- */} - + {({ field, meta: { error, touched } }) => ( } inline={true} className={classNames('form-group--reference', CLASSES.FILL)} intent={inputIntent({ error, touched })} - helperText={} + helperText={} >