|
@@ -231,6 +231,7 @@ class Fullordersmt extends Start_Controller {
|
|
|
$library = $this->input->post('library',true);
|
|
|
$country = $this->input->post('country',true);
|
|
|
$paypal = $this->input->post('paypal',true);
|
|
|
+ $orderremarks = $this->input->post('orderremarks',true);
|
|
|
$sku = $this->input->post('sku',true);
|
|
|
$xztime = $this->input->post('xztime',true);
|
|
|
$timetk = strtotime($timetk)-1;
|
|
@@ -313,6 +314,9 @@ class Fullordersmt extends Start_Controller {
|
|
|
{
|
|
|
$where .= " and paypal = '$paypal'";
|
|
|
}
|
|
|
+ if($orderremarks){
|
|
|
+ $where .= " and orderremarks like '%$orderremarks%'";
|
|
|
+ }
|
|
|
if($dlz != '')
|
|
|
{
|
|
|
$where .= " and dlz = '$dlz'";
|