Fixing style errors.
This commit is contained in:
parent
c7ff60866a
commit
526380a4b8
@ -593,8 +593,7 @@ class FormProduct
|
|||||||
|
|
||||||
if ( $use_baseval = 1 )
|
if ( $use_baseval = 1 )
|
||||||
$out .= '<option value="'.$arraytypes['batch'].'"';
|
$out .= '<option value="'.$arraytypes['batch'].'"';
|
||||||
else
|
else $out .= '<option value="'.$id.'"';
|
||||||
$out .= '<option value="'.$id.'"';
|
|
||||||
|
|
||||||
if ($selected == $id || ($selected == 'ifone' && $nboflot == 1)) {
|
if ($selected == $id || ($selected == 'ifone' && $nboflot == 1)) {
|
||||||
$out .= ' selected';
|
$out .= ' selected';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user