fix vi bugs
This commit is contained in:
commit
b4eaebddcf
@ -377,6 +377,7 @@ class AdminPrivateSalesSales extends AdminTab {
|
||||
<option value="5" '.($this->cursale!==NULL? ($this->cursale->delivery_delay== 5? ' selected="selected"': ''):' ').'>'.$this->l('Livraison Noël').'</option>
|
||||
<option value="6" '.($this->cursale!==NULL? ($this->cursale->delivery_delay== 6? ' selected="selected"': ''):' ').'>'.$this->l('Produit Star').'</option>
|
||||
<option value="7" '.($this->cursale!==NULL? ($this->cursale->delivery_delay== 7? ' selected="selected"': ''):' ').'>'.$this->l('Livraison 72h').'</option>
|
||||
<option value="8" '.($this->cursale!==NULL? ($this->cursale->delivery_delay== 8? ' selected="selected"': ''):' ').'>'.$this->l('Livraison 48h Noel').'</option>
|
||||
</select>
|
||||
<sup> *</sup>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user