prérempli du formulaire enrichissement

This commit is contained in:
Damien LASSERRE 2012-04-13 09:57:06 +00:00
parent 4526fe80f0
commit b62d3189e9

View File

@ -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>