From 0a7c1e6dfe06e7dbc5fdf6bd93974f37dd53e56f Mon Sep 17 00:00:00 2001 From: yogeshwar <yogeshwar@vtigersolution.com> Date: Wed, 24 Apr 2024 12:58:49 +0530 Subject: [PATCH] Fixes#1822:Next/Last 7, 14 days --- layouts/v7/modules/Settings/Workflows/AdvanceFilterCondition.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/v7/modules/Settings/Workflows/AdvanceFilterCondition.tpl b/layouts/v7/modules/Settings/Workflows/AdvanceFilterCondition.tpl index 3aef859c5..a018f960a 100644 --- a/layouts/v7/modules/Settings/Workflows/AdvanceFilterCondition.tpl +++ b/layouts/v7/modules/Settings/Workflows/AdvanceFilterCondition.tpl @@ -80,7 +80,6 @@ </span> <span class="col-lg-4 col-md-4 col-sm-4 fieldUiHolder"> <input name="{if $SELECTED_FIELD_MODEL}{$SELECTED_FIELD_MODEL->get('name')}{/if}" data-value="value" class="inputElement col-lg-12" type="text" value="{$CONDITION_INFO['value']|escape}" /> - {$CONDITION_INFO|@debug_print_var} </span> <span class="hide"> <!-- TODO : see if you need to respect CONDITION_INFO condition or / and --> -- GitLab