|
@@ -264,7 +264,7 @@ class Whlabelfz1 extends Start_Controller
|
|
if(!empty($post['sku'])){
|
|
if(!empty($post['sku'])){
|
|
$sku = trim($post['sku'], ' ');
|
|
$sku = trim($post['sku'], ' ');
|
|
$sku = trim($sku, ' ');
|
|
$sku = trim($sku, ' ');
|
|
- $where_sql .= " and sku like '".$sku."' ";
|
|
|
|
|
|
+ $where_sql .= " and sku like '%".$sku."%' ";
|
|
}
|
|
}
|
|
if(!empty($post['title'])){
|
|
if(!empty($post['title'])){
|
|
$title = trim($post['title']);
|
|
$title = trim($post['title']);
|