2033.phtml et 2050.phtml deplacées dans
input/views/default/scripts/liasse
This commit is contained in:
parent
9af3626ce4
commit
b65d7dfcab
1175
application/modules/input/views/default/scripts/liasse/2033.phtml
Normal file
1175
application/modules/input/views/default/scripts/liasse/2033.phtml
Normal file
File diff suppressed because it is too large
Load Diff
3693
application/modules/input/views/default/scripts/liasse/2050.phtml
Normal file
3693
application/modules/input/views/default/scripts/liasse/2050.phtml
Normal file
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@
|
||||
<td width="30"> </td>
|
||||
<td width="200"></td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php $this->action('scorecutoff', 'index', 'input', array('siren'=>$this->indiscore->Siren)); ?>
|
||||
<?php echo $this->action('scorecutoff', 'index', 'input', array('siren'=>$this->indiscore->Siren)); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<td width="30"> </td>
|
||||
<td colspan="2">
|
||||
<?php if(!empty($this->dateCloture)) {?>
|
||||
<a href="<?=$this->url(array('module'=>'input', 'controller'=>'index', 'action'=>'liasse', 'siret'=>$this->siren,
|
||||
<a href="<?=$this->url(array('module'=>'input', 'controller'=>'liasse', 'action'=>'index', 'siret'=>$this->siren,
|
||||
'selection'=>$this->dateCloture.':'.$this->champType), 'default', true)?>">
|
||||
Corriger le bilan</a><br/><?php }?>
|
||||
</td>
|
||||
@ -21,7 +21,7 @@
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2">
|
||||
<a href="<?=$this->url(array('module'=>'legal',
|
||||
<a href="<?=$this->url(array('module'=>'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'liassexls',
|
||||
'siret' => $this->siret,
|
||||
@ -54,7 +54,7 @@ switch ($this->champType) {
|
||||
?>
|
||||
<h2>Liasse <?=$name?> - Millésime <?=substr($this->dateCloture,0,4)?> </h2>
|
||||
<div class="paragraph">
|
||||
<form method="post" action="<?=$this->url(array('module'=>'legal', 'controller'=>'finance',
|
||||
<form method="post" action="<?=$this->url(array('module'=>'legal', 'controller'=>'finance',
|
||||
'action'=>'liasse','siret'=>$this->siret,'id'=>$this->id))?>">
|
||||
Valeurs exprimées en
|
||||
<select name="unit">
|
||||
|
Loading…
Reference in New Issue
Block a user