Formatting
This commit is contained in:
parent
4adea59c4f
commit
a42066b43e
@ -33,7 +33,7 @@ $element = formatElement('identite', 'tvanumero', array($etab['TvaNumero'], $eta
|
||||
|
||||
<?php
|
||||
// Isin
|
||||
if (array_key_exists('Isin',$etab) && isset($etab['Isin']) ) {
|
||||
if ( array_key_exists('Isin',$etab) && isset($etab['Isin']) ) {
|
||||
$element = formatElement('identite', 'isin', array($etab['Isin'],
|
||||
$etab['Siret']));
|
||||
if ($element !== false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user