Fix phpcs
This commit is contained in:
parent
68a4ddceed
commit
6a39ecc3c0
@ -75,7 +75,7 @@ if (empty($conf) || ! is_object($conf))
|
|||||||
<?php if ($this->control->tpl['ismodifiable_customercode']) { ?>
|
<?php if ($this->control->tpl['ismodifiable_customercode']) { ?>
|
||||||
<input type="text" name="code_client" size="16" value="<?php echo $this->control->tpl['customercode']; ?>" maxlength="15">
|
<input type="text" name="code_client" size="16" value="<?php echo $this->control->tpl['customercode']; ?>" maxlength="15">
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<?php echo $this->control->tpl['customercode']; ?>
|
<?php echo $this->control->tpl['customercode']; ?>
|
||||||
<input type="hidden" name="code_client" value="<?php echo $this->control->tpl['customercode']; ?>">
|
<input type="hidden" name="code_client" value="<?php echo $this->control->tpl['customercode']; ?>">
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
@ -96,7 +96,7 @@ if (empty($conf) || ! is_object($conf))
|
|||||||
<?php if ($this->control->tpl['ismodifiable_suppliercode']) { ?>
|
<?php if ($this->control->tpl['ismodifiable_suppliercode']) { ?>
|
||||||
<input type="text" name="code_fournisseur" size="16" value="<?php echo $this->control->tpl['suppliercode']; ?>" maxlength="15">
|
<input type="text" name="code_fournisseur" size="16" value="<?php echo $this->control->tpl['suppliercode']; ?>" maxlength="15">
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<?php echo $this->control->tpl['suppliercode']; ?>
|
<?php echo $this->control->tpl['suppliercode']; ?>
|
||||||
<input type="hidden" name="code_fournisseur" value="<?php echo $this->control->tpl['suppliercode']; ?>">
|
<input type="hidden" name="code_fournisseur" value="<?php echo $this->control->tpl['suppliercode']; ?>">
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user