Skip to content
Snippets Groups Projects
Commit 4223300e authored by yogeshwar's avatar yogeshwar
Browse files

Eall_Leads

parent d33a6ceb
No related branches found
No related tags found
2 merge requests!1233E_ALL fixes across modules for PHP 8.x,!1195E-ALL for Leads
......@@ -134,5 +134,6 @@ class VTEntityDelta extends VTEventHandler {
}
}
}
}
?>
......@@ -21,6 +21,7 @@ $logsqltm = Logger::getLogger('SQLTIME');
// Callback class useful to convert PreparedStatement Question Marks to SQL value
// See function convertPS2Sql in PearDatabase below
#[\AllowDynamicProperties]
class PreparedQMark2SqlValue {
// Constructor
function __construct($vals){
......
......@@ -27,7 +27,7 @@
<input type="hidden" name="relationOperation" value="{$RELATION_OPERATOR}" />
<input type="hidden" name="sourceModule" value="{$PARENT_MODULE}" />
<input type="hidden" name="sourceRecord" value="{$PARENT_ID}" />
{if $RELATION_FIELD_NAME}
{if isset($RELATION_FIELD_NAME)}
<input type="hidden" name="{$RELATION_FIELD_NAME}" value="{$PARENT_ID}" />
{/if}
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment