diff --git a/wms/excel-upload.php b/wms/excel-upload.php index 1a9d842d..222c585b 100644 --- a/wms/excel-upload.php +++ b/wms/excel-upload.php @@ -224,7 +224,7 @@ if (move_uploaded_file($temp_file_name, $target_file)) { ?> - +
" enctype="multipart/form-data"> diff --git a/wms/mkt/price_option-select.php b/wms/mkt/price_option-select.php index 555ad2f8..c371960e 100644 --- a/wms/mkt/price_option-select.php +++ b/wms/mkt/price_option-select.php @@ -1,8 +1,8 @@ prepare($sql_str); $stmt->execute(); $options = $stmt->fetchAll(PDO::FETCH_ASSOC);