Recherche : sur base TVA
This commit is contained in:
parent
bc50a2996e
commit
887d407a87
3 changed files with 33 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
//This file is part of NOALYSS and is under GPL
|
||||
//see licence.txt
|
||||
global $g_parameter;
|
||||
?>
|
||||
<table id="<?=$this->div?>table_search">
|
||||
|
||||
|
|
@ -77,7 +78,19 @@
|
|||
echo $f_accounting->input(); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
// if TVA
|
||||
if ( $g_parameter->MY_TVA_USE=="Y"):
|
||||
?>
|
||||
<tr>
|
||||
<td style="text-align:right;width:30em">
|
||||
<?=_("Code TVA")?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$tva_id_search->input()?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<tr>
|
||||
<td style="text-align:right;width:30em">
|
||||
<?php echo _('Etat')?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue