FIX admin conf selected
This commit is contained in:
parent
6bba249935
commit
d9074e70e1
@ -104,12 +104,7 @@ $arrayAvailableType = array(
|
|||||||
Facture::TYPE_SITUATION => $langs->trans("InvoiceSituation"),
|
Facture::TYPE_SITUATION => $langs->trans("InvoiceSituation"),
|
||||||
Facture::TYPE_STANDARD.'+'.Facture::TYPE_SITUATION => $langs->trans("InvoiceSituation").' + '.$langs->trans("InvoiceStandard"),
|
Facture::TYPE_STANDARD.'+'.Facture::TYPE_SITUATION => $langs->trans("InvoiceSituation").' + '.$langs->trans("InvoiceStandard"),
|
||||||
);
|
);
|
||||||
$selected = array();
|
$selected = $conf->global->{$confkey};
|
||||||
$implodeglue = '+';
|
|
||||||
if (!empty($conf->global->{$confkey}) && !is_array($conf->global->{$confkey})) {
|
|
||||||
$selected = explode('+', $conf->global->{$confkey});
|
|
||||||
}
|
|
||||||
|
|
||||||
$curentInput = (empty($inputCount) ? 1 : ($inputCount + 1));
|
$curentInput = (empty($inputCount) ? 1 : ($inputCount + 1));
|
||||||
$formSelectInvoiceType = $form->selectarray('value'.$curentInput, $arrayAvailableType, $selected, 1);
|
$formSelectInvoiceType = $form->selectarray('value'.$curentInput, $arrayAvailableType, $selected, 1);
|
||||||
_printInputFormPart($confkey, $langs->trans('AllowedInvoiceForRetainedWarranty'), '', array(), $formSelectInvoiceType);
|
_printInputFormPart($confkey, $langs->trans('AllowedInvoiceForRetainedWarranty'), '', array(), $formSelectInvoiceType);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user