prérempli du formulaire enrichissement
This commit is contained in:
parent
4526fe80f0
commit
b62d3189e9
@ -64,7 +64,8 @@ Vos critères seront enregistrées et une référence vous sera fourni.</p>
|
||||
<td><b>Tapez votre référence</b></td>
|
||||
<td colspan="2">
|
||||
<form name="commande" method="post" action="<?=$this->url(array('controller'=>'enrichissement', 'action'=>'commande'))?>">
|
||||
<input type="hidden" name="id" value="<?=$this->id?>" /><input id="cache" type="text" name="ref">
|
||||
<input type="hidden" name="id" value="<?=$this->id?>" />
|
||||
<input id="cache" type="text" value="<?php echo 'enr_'.date('Y-m-d_').uniqid();?>" name="ref">
|
||||
<div id="progress"></div>
|
||||
</form>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user