diff --git a/src/components/SearchForm.jsx b/src/components/SearchForm.jsx
index 64e0794..b9dafc8 100644
--- a/src/components/SearchForm.jsx
+++ b/src/components/SearchForm.jsx
@@ -137,40 +137,34 @@ function getFields(props) {
99,
- ,4
+ ,
+ fieldProps?.referenceNo?.col || 4
),
item(
'invoiceStatus',
99,
-
-
+
+
,
- 3
+ fieldProps?.referenceNo?.col || 3
),
item(
'dates',
99,
-
+
{/* */}
-
+
,
fieldProps?.dates?.col || midCol
),