Exemplo n.º 1
0
?>
">
	<input type="hidden" name="id_product" value="<?php 
echo $lop->getId_product();
?>
">
	<div id="parameter_product_add" class="form-group">
		<label for="parameter">Parameter</label>
		<select name="parameter" type="text" class="form-control">
			<!-- Rajouter les options en fonctions du type etc... -->
		</select>
	</div>
	<div class="form-group">
		<label for="ref_batch">Ref Batch (n°lot)</label>
		<input name="ref_batch" type="text" class="form-control" value="<?php 
echo $lop->getRef_batch();
?>
">
	</div>
	<div class="form-group">
		<label for="quantity">Quantity</label>
		<input name="quantity" type="text" class="form-control" value="<?php 
echo $lop->getAmount();
?>
">
	</div>
	<div class="form-group">
		<label for="amount_already_delivered">Déjà livré + en cours</label>
		<input name="amount_already_delivered" type="text" class="form-control" value="<?php 
echo $lop->getAmount_already_delivered();
?>