Rimozione collegamento obbligatorio nota di credito da importFE

This commit is contained in:
loviuz 2021-02-05 15:38:35 +01:00
parent b2a4a8f5c4
commit 2bd91bea23
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ if (!empty($anagrafica)) {
if (in_array($dati_generali['TipoDocumento'], ['TD04', 'TD05'])) {
echo '
<div class="col-md-3">
{[ "type": "select", "label": "'.tr('Fattura collegata').'", "name": "ref_fattura", "required": 1, "values": "query='.$query.'" ]}
{[ "type": "select", "label": "'.tr('Fattura collegata').'", "name": "ref_fattura", "required": 0, "values": "query='.$query.'" ]}
</div>';
} elseif ($dati_generali['TipoDocumento'] == 'TD06') {
$query .= "AND co_documenti.id_segment = (SELECT id FROM zz_segments WHERE name = 'Fatture pro-forma' AND id_module = ".prepare($id_module).')';