Issue #0001805: Dashboard view - changer "Raison Sociale" par "Dénomination Sociale".
This commit is contained in:
parent
da14902fcc
commit
61e09ca423
@ -118,7 +118,7 @@ $(document).ready(function(){
|
|||||||
<label>Siren</label>
|
<label>Siren</label>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<input name="siren" type="text" value="<?php echo isset($this->InfosClient) ? $this->InfosClient->siren : '';?>" />
|
<input name="siren" type="text" value="<?php echo isset($this->InfosClient) ? $this->InfosClient->siren : '';?>" />
|
||||||
<a href="#">Obtention Raison sociale</a>
|
<a href="#">Obtention Dénomination sociale</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ $compteur++;
|
|||||||
'controller' => 'dashboard',
|
'controller' => 'dashboard',
|
||||||
'action' => 'rs',
|
'action' => 'rs',
|
||||||
'siren' => $item->siren,
|
'siren' => $item->siren,
|
||||||
), null, true)?>" class="rs">Raison sociale</a>
|
), null, true)?>" class="rs">Dénomination sociale</a>
|
||||||
</b>
|
</b>
|
||||||
</td>
|
</td>
|
||||||
<td width="40%">
|
<td width="40%">
|
||||||
|
Loading…
Reference in New Issue
Block a user