File: /home/nexper/www/67.225.167.226/public_html/crm/cache/modules/FACT_Facturas/EditView.tpl
<form action="index.php" method="POST" name="{$form_name}" id="{$form_id}" {$enctype}>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="padding-bottom: 2px;">
<input type="hidden" name="module" value="{$module}">
{if isset($smarty.request.isDuplicate) && $smarty.request.isDuplicate eq "true"}
<input type="hidden" name="record" value="">
<input type="hidden" name="duplicateSave" value="true">
{else}
<input type="hidden" name="record" value="{$fields.id.value}">
{/if}
<input type="hidden" name="isDuplicate" value="false">
<input type="hidden" name="action">
<input type="hidden" name="return_module" value="{$smarty.request.return_module}">
<input type="hidden" name="return_action" value="{$smarty.request.return_action}">
<input type="hidden" name="return_id" value="{$smarty.request.return_id}">
<input type="hidden" name="contact_role">
{if !empty($smarty.request.return_module)}
<input type="hidden" name="relate_to" value="{if $smarty.request.return_relationship}{$smarty.request.return_relationship}{else}{$smarty.request.return_module}{/if}">
<input type="hidden" name="relate_id" value="{$smarty.request.return_id}">
{/if}
<input type="hidden" name="offset" value="{$offset}">
{if $bean->aclAccess("save")}<input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="button" onclick="{if $isDuplicate}this.form.return_id.value=''; {/if}this.form.action.value='Save'; return check_form('EditView');" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}">{/if}
{if !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($fields.id.value))}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='DetailView'; this.form.module.value='{$smarty.request.return_module}'; this.form.record.value='{$smarty.request.return_id}';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"> {elseif !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($smarty.request.return_id))}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='DetailView'; this.form.module.value='{$smarty.request.return_module}'; this.form.record.value='{$smarty.request.return_id}';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"> {else}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='index'; this.form.module.value='{$smarty.request.return_module}'; this.form.record.value='{$smarty.request.return_id}';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"> {/if}
{if $bean->aclAccess("detail")}{if !empty($fields.id.value) && $isAuditEnabled}<input title="{$APP.LNK_VIEW_CHANGE_LOG}" class="button" onclick='open_popup("Audit", "600", "400", "&record={$fields.id.value}&module_name=FACT_Facturas", true, false, {ldelim} "call_back_function":"set_return","form_name":"EditView","field_to_name_array":[] {rdelim} ); return false;' type="submit" value="{$APP.LNK_VIEW_CHANGE_LOG}">{/if}{/if}
</td>
<td align='right'></td>
</tr>
</table>{sugar_include include=$includes}
<table width="100%" cellspacing="0" cellpadding="0" class='tabDetailView' id='tabFormPagination'>
{$PAGINATION}
</table>
<div id="LBL_PANEL1">
{counter name="panelFieldCount" start=0 print=false assign="panelFieldCount"}
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="{$def.templateMeta.panelClass|default:tabForm}">
<th class="dataLabel" align="left" colspan="8">
<h4>{sugar_translate label='LBL_PANEL1' module='FACT_Facturas'}</h4>
</th>
<tr>
<td valign="top" id='name_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_NAME' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
<span class="required">*</span>
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' colspan='3' NOWRAP>
{counter name="panelFieldCount"}
{if strlen($fields.name.value) <= 0}
{assign var="value" value=$fields.name.default_value }
{else}
{assign var="value" value=$fields.name.value }
{/if}
<input type='text' name='{$fields.name.name}' id='{$fields.name.name}' size='30' maxlength='255' value='{$value}' title='' tabindex='0' >
</tr>
<tr>
<td valign="top" id='fecha_facturacion_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_FECHA_FACTURACION' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
<span class="required">*</span>
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
{counter name="panelFieldCount"}
{assign var=date_value value=$fields.fecha_facturacion.value }
<input autocomplete="off" type="text" name="{$fields.fecha_facturacion.name}" id="{$fields.fecha_facturacion.name}" value="{$date_value}" title='' tabindex='0' size="11" maxlength="10">
<img border="0" src="themes/default/images/jscalendar.gif" alt="{$APP.LBL_ENTER_DATE}" id="{$fields.fecha_facturacion.name}_trigger" align="absmiddle" />
<script type="text/javascript">
Calendar.setup ({ldelim}
inputField : "{$fields.fecha_facturacion.name}",
daFormat : "{$CALENDAR_FORMAT}",
button : "{$fields.fecha_facturacion.name}_trigger",
singleClick : true,
dateStr : "{$date_value}",
step : 1
{rdelim}
);
</script>
<td valign="top" id='numero_factura_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_NUMERO_FACTURA' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
{counter name="panelFieldCount"}
{if strlen($fields.numero_factura.value) <= 0}
{assign var="value" value=$fields.numero_factura.default_value }
{else}
{assign var="value" value=$fields.numero_factura.value }
{/if}
<input type='text' name='{$fields.numero_factura.name}' id='{$fields.numero_factura.name}' size='30' maxlength='25' value='{$value}' title='' tabindex='1' >
</tr>
<tr>
<td valign="top" id='monto_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_MONTO' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
<span class="required">*</span>
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
{counter name="panelFieldCount"}
{if strlen($fields.monto.value) <= 0}
{assign var="value" value=$fields.monto.default_value }
{else}
{assign var="value" value=$fields.monto.value }
{/if}
<input type='text' name='{$fields.monto.name}' id='{$fields.monto.name}' size='30' maxlength='26' value='{$value}' title='Monto de la Factura' tabindex='0' >
<td valign="top" id='currency_id_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_CURRENCY' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
{counter name="panelFieldCount"}
{$fields.currency_id.value}
</tr>
<tr>
<td valign="top" id='fecha_pago_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_FECHA_PAGO' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
<span class="required">*</span>
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
{counter name="panelFieldCount"}
{assign var=date_value value=$fields.fecha_pago.value }
<input autocomplete="off" type="text" name="{$fields.fecha_pago.name}" id="{$fields.fecha_pago.name}" value="{$date_value}" title='' tabindex='0' size="11" maxlength="10">
<img border="0" src="themes/default/images/jscalendar.gif" alt="{$APP.LBL_ENTER_DATE}" id="{$fields.fecha_pago.name}_trigger" align="absmiddle" />
<script type="text/javascript">
Calendar.setup ({ldelim}
inputField : "{$fields.fecha_pago.name}",
daFormat : "{$CALENDAR_FORMAT}",
button : "{$fields.fecha_pago.name}_trigger",
singleClick : true,
dateStr : "{$date_value}",
step : 1
{rdelim}
);
</script>
<td valign="top" id='estado_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_ESTADO' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
<span class="required">*</span>
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
{counter name="panelFieldCount"}
<select name="{$fields.estado.name}" id="{$fields.estado.name}" title='' tabindex="1" >
{if isset($fields.estado.value) && $fields.estado.value != ''}
{html_options options=$fields.estado.options selected=$fields.estado.value}
{else}
{html_options options=$fields.estado.options selected=$fields.estado.default}
{/if}
</select>
</tr>
<tr>
<td valign="top" id='assigned_user_name_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_ASSIGNED_TO_NAME' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
{counter name="panelFieldCount"}
<input type="text" name="{$fields.assigned_user_name.name}" class="sqsEnabled" tabindex="0" id="{$fields.assigned_user_name.name}" size="" value="{$fields.assigned_user_name.value}" title='' autocomplete="off" >
<input type="hidden" name="{$fields.assigned_user_name.id_name}" id="{$fields.assigned_user_name.id_name}" value="{$fields.assigned_user_id.value}">
<input type="button" name="btn_{$fields.assigned_user_name.name}" tabindex="0" title="{$APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{$APP.LBL_SELECT_BUTTON_KEY}" class="button" value="{$APP.LBL_SELECT_BUTTON_LABEL}" onclick='open_popup("{$fields.assigned_user_name.module}", 600, 400, "", true, false, {literal}{"call_back_function":"set_return","form_name":"EditView","field_to_name_array":{"id":"assigned_user_id","user_name":"assigned_user_name"}}{/literal}, "single", true);'>
<input type="button" name="btn_clr_{$fields.assigned_user_name.name}" tabindex="0" title="{$APP.LBL_CLEAR_BUTTON_TITLE}" accessKey="{$APP.LBL_CLEAR_BUTTON_KEY}" class="button" onclick="this.form.{$fields.assigned_user_name.name}.value = ''; this.form.{$fields.assigned_user_name.id_name}.value = '';" value="{$APP.LBL_CLEAR_BUTTON_LABEL}">
<td valign="top" id='opportunities_fact_facturas_name_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_OPPORTUNITIES_FACT_FACTURAS_FROM_OPPORTUNITIES_TITLE' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
{counter name="panelFieldCount"}
<input type="text" name="{$fields.opportunities_fact_facturas_name.name}" class="sqsEnabled" tabindex="1" id="{$fields.opportunities_fact_facturas_name.name}" size="" value="{$fields.opportunities_fact_facturas_name.value}" title='' autocomplete="off" >
<input type="hidden" name="{$fields.opportunities_fact_facturas_name.id_name}" id="{$fields.opportunities_fact_facturas_name.id_name}" value="{$fields.opportunit488eunities_ida.value}">
<input type="button" name="btn_{$fields.opportunities_fact_facturas_name.name}" tabindex="1" title="{$APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{$APP.LBL_SELECT_BUTTON_KEY}" class="button" value="{$APP.LBL_SELECT_BUTTON_LABEL}" onclick='open_popup("{$fields.opportunities_fact_facturas_name.module}", 600, 400, "", true, false, {literal}{"call_back_function":"set_return","form_name":"EditView","field_to_name_array":{"id":"opportunit488eunities_ida","name":"opportunities_fact_facturas_name"}}{/literal}, "single", true);'>
<input type="button" name="btn_clr_{$fields.opportunities_fact_facturas_name.name}" tabindex="1" title="{$APP.LBL_CLEAR_BUTTON_TITLE}" accessKey="{$APP.LBL_CLEAR_BUTTON_KEY}" class="button" onclick="this.form.{$fields.opportunities_fact_facturas_name.name}.value = ''; this.form.{$fields.opportunities_fact_facturas_name.id_name}.value = '';" value="{$APP.LBL_CLEAR_BUTTON_LABEL}">
</tr>
<tr>
<td valign="top" id='accounts_fact_facturas_name_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_ACCOUNTS_FACT_FACTURAS_FROM_ACCOUNTS_TITLE' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' colspan='3' NOWRAP>
{counter name="panelFieldCount"}
<input type="text" name="{$fields.accounts_fact_facturas_name.name}" class="sqsEnabled" tabindex="0" id="{$fields.accounts_fact_facturas_name.name}" size="" value="{$fields.accounts_fact_facturas_name.value}" title='' autocomplete="off" >
<input type="hidden" name="{$fields.accounts_fact_facturas_name.id_name}" id="{$fields.accounts_fact_facturas_name.id_name}" value="{$fields.accounts_f4ffcccounts_ida.value}">
<input type="button" name="btn_{$fields.accounts_fact_facturas_name.name}" tabindex="0" title="{$APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{$APP.LBL_SELECT_BUTTON_KEY}" class="button" value="{$APP.LBL_SELECT_BUTTON_LABEL}" onclick='open_popup("{$fields.accounts_fact_facturas_name.module}", 600, 400, "", true, false, {literal}{"call_back_function":"set_return","form_name":"EditView","field_to_name_array":{"id":"accounts_f4ffcccounts_ida","name":"accounts_fact_facturas_name"}}{/literal}, "single", true);'>
<input type="button" name="btn_clr_{$fields.accounts_fact_facturas_name.name}" tabindex="0" title="{$APP.LBL_CLEAR_BUTTON_TITLE}" accessKey="{$APP.LBL_CLEAR_BUTTON_KEY}" class="button" onclick="this.form.{$fields.accounts_fact_facturas_name.name}.value = ''; this.form.{$fields.accounts_fact_facturas_name.id_name}.value = '';" value="{$APP.LBL_CLEAR_BUTTON_LABEL}">
</tr>
</table>
</div>
{if $panelFieldCount == 0}
<script>document.getElementById("LBL_PANEL1").style.display='none';</script>
{/if}
<p>
<div id="DEFAULT">
{counter name="panelFieldCount" start=0 print=false assign="panelFieldCount"}
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="{$def.templateMeta.panelClass|default:tabForm}">
<tr>
<td valign="top" id='description_label' width='12.5%' class="dataLabel">
{capture name="label" assign="label}
{sugar_translate label='LBL_DESCRIPTION' module='FACT_Facturas'}
{/capture}
{$label|strip_semicolon}:
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' colspan='3' NOWRAP>
{counter name="panelFieldCount"}
{if empty($fields.description.value)}
{assign var="value" value=$fields.description.default_value }
{else}
{assign var="value" value=$fields.description.value }
{/if}
<textarea id="{$fields.description.name}" name="{$fields.description.name}" rows="4" cols="60" title='' tabindex="2">{$value}</textarea>
</tr>
<tr>
<td valign="top" id='_label' width='12.5%' class="dataLabel">
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
<td valign="top" id='_label' width='12.5%' class="dataLabel">
</td>
<td valign="top" width='37.5%' class='tabEditViewDF' NOWRAP>
</tr>
</table>
</div>
{if $panelFieldCount == 0}
<script>document.getElementById("DEFAULT").style.display='none';</script>
{/if}
<p>
<div style="padding-top: 2px">
{if $bean->aclAccess("save")}<input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="button" onclick="{if $isDuplicate}this.form.return_id.value=''; {/if}this.form.action.value='Save'; return check_form('EditView');" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}">{/if}
{if !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($fields.id.value))}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='DetailView'; this.form.module.value='{$smarty.request.return_module}'; this.form.record.value='{$smarty.request.return_id}';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"> {elseif !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($smarty.request.return_id))}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='DetailView'; this.form.module.value='{$smarty.request.return_module}'; this.form.record.value='{$smarty.request.return_id}';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"> {else}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="this.form.action.value='index'; this.form.module.value='{$smarty.request.return_module}'; this.form.record.value='{$smarty.request.return_id}';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"> {/if}
{if $bean->aclAccess("detail")}{if !empty($fields.id.value) && $isAuditEnabled}<input title="{$APP.LNK_VIEW_CHANGE_LOG}" class="button" onclick='open_popup("Audit", "600", "400", "&record={$fields.id.value}&module_name=FACT_Facturas", true, false, {ldelim} "call_back_function":"set_return","form_name":"EditView","field_to_name_array":[] {rdelim} ); return false;' type="submit" value="{$APP.LNK_VIEW_CHANGE_LOG}">{/if}{/if}
</div>
</form>
{$set_focus_block}{literal}
<script type="text/javascript">
num_grp_sep = '.';
dec_sep = ',';
addToValidate('EditView', 'id', 'id', false,'{/literal}{sugar_translate label='LBL_ID' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'name', 'varchar', true,'{/literal}{sugar_translate label='LBL_NAME' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'date_entered_date', 'date', false,'Fecha de Creación' );
addToValidate('EditView', 'date_modified_date', 'date', false,'Última Modificación' );
addToValidate('EditView', 'modified_user_id', 'assigned_user_name', false,'{/literal}{sugar_translate label='LBL_MODIFIED_ID' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'modified_by_name', 'relate', false,'{/literal}{sugar_translate label='LBL_MODIFIED_NAME' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'created_by', 'assigned_user_name', false,'{/literal}{sugar_translate label='LBL_CREATED_ID' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'created_by_name', 'relate', false,'{/literal}{sugar_translate label='LBL_CREATED' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'description', 'text', false,'{/literal}{sugar_translate label='LBL_DESCRIPTION' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'deleted', 'bool', false,'{/literal}{sugar_translate label='LBL_DELETED' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'assigned_user_id', 'relate', false,'{/literal}{sugar_translate label='LBL_ASSIGNED_TO_ID' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'assigned_user_name', 'relate', false,'{/literal}{sugar_translate label='LBL_ASSIGNED_TO_NAME' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'monto', 'currency', true,'{/literal}{sugar_translate label='LBL_MONTO' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'currency_id', 'id', false,'{/literal}{sugar_translate label='LBL_CURRENCY' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'fecha_facturacion', 'date', true,'{/literal}{sugar_translate label='LBL_FECHA_FACTURACION' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'fecha_pago', 'date', true,'{/literal}{sugar_translate label='LBL_FECHA_PAGO' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'estado', 'enum', true,'{/literal}{sugar_translate label='LBL_ESTADO' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'numero_factura', 'varchar', false,'{/literal}{sugar_translate label='LBL_NUMERO_FACTURA' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'opportunities_fact_facturas_name', 'relate', false,'{/literal}{sugar_translate label='LBL_OPPORTUNITIES_FACT_FACTURAS_FROM_OPPORTUNITIES_TITLE' module='FACT_Facturas'}{literal}' );
addToValidate('EditView', 'accounts_fact_facturas_name', 'relate', false,'{/literal}{sugar_translate label='LBL_ACCOUNTS_FACT_FACTURAS_FROM_ACCOUNTS_TITLE' module='FACT_Facturas'}{literal}' );
addToValidateBinaryDependency('EditView', 'assigned_user_name', 'alpha', false,'{/literal}{sugar_translate label='ERR_SQS_NO_MATCH_FIELD' module='FACT_Facturas'}{literal}{/literal}{sugar_translate label='LBL_ASSIGNED_TO' module='FACT_Facturas'}{literal}', 'assigned_user_id' );
addToValidateBinaryDependency('EditView', 'opportunities_fact_facturas_name', 'alpha', false,'{/literal}{sugar_translate label='ERR_SQS_NO_MATCH_FIELD' module='FACT_Facturas'}{literal}{/literal}{sugar_translate label='LBL_OPPORTUNITIES_FACT_FACTURAS_FROM_OPPORTUNITIES_TITLE' module='FACT_Facturas'}{literal}', 'opportunit488eunities_ida' );
addToValidateBinaryDependency('EditView', 'accounts_fact_facturas_name', 'alpha', false,'{/literal}{sugar_translate label='ERR_SQS_NO_MATCH_FIELD' module='FACT_Facturas'}{literal}{/literal}{sugar_translate label='LBL_ACCOUNTS_FACT_FACTURAS_FROM_ACCOUNTS_TITLE' module='FACT_Facturas'}{literal}', 'accounts_f4ffcccounts_ida' );
</script><script language="javascript">if(typeof sqs_objects == 'undefined'){var sqs_objects = new Array;}sqs_objects['assigned_user_name']={"method":"get_user_array","field_list":["user_name","id"],"populate_list":["assigned_user_name","assigned_user_id"],"required_list":["assigned_user_id"],"conditions":[{"name":"user_name","op":"like_custom","end":"%","value":""}],"limit":"30","no_match_text":"Sin coincidencias"};sqs_objects['opportunities_fact_facturas_name']={"method":"query","modules":["Opportunities"],"group":"or","field_list":["name","id"],"populate_list":["opportunities_fact_facturas_name","opportunit488eunities_ida"],"required_list":["parent_id"],"conditions":[{"name":"name","op":"like_custom","end":"%","value":""}],"order":"name","limit":"30","no_match_text":"Sin coincidencias"};sqs_objects['accounts_fact_facturas_name']={"method":"query","modules":["Accounts"],"group":"or","field_list":["name","id"],"populate_list":["accounts_fact_facturas_name","accounts_f4ffcccounts_ida"],"conditions":[{"name":"name","op":"like_custom","end":"%","value":""}],"required_list":["accounts_f4ffcccounts_ida"],"order":"name","limit":"30","no_match_text":"Sin coincidencias"};</script>{/literal}