@@ -111,7 +111,7 @@ |
||
| 111 | 111 | |
| 112 | 112 | /** |
| 113 | 113 | * @param Product $flightProduct |
| 114 | - * @param float|int $pricePerPax |
|
| 114 | + * @param integer $pricePerPax |
|
| 115 | 115 | * |
| 116 | 116 | * @return float|int |
| 117 | 117 | */ |
@@ -262,7 +262,7 @@ |
||
| 262 | 262 | <td class="fieldrequired"><?php echo $langs->trans('Commande du vol')?></td> |
| 263 | 263 | <td class="js-order"> |
| 264 | 264 | <?php |
| 265 | - echo $html->selectarray('order_id',$commande->liste_array(2),$_POST['order_id'], 1,0,0,'',0,0,0,'','minwidth200',1); |
|
| 265 | + echo $html->selectarray('order_id',$commande->liste_array(2),$_POST['order_id'], 1,0,0,'',0,0,0,'','minwidth200',1); |
|
| 266 | 266 | ?> |
| 267 | 267 | </td> |
| 268 | 268 | </tr> |