|
@@ -309,6 +309,7 @@ class Fullorder extends Start_Controller {
|
|
|
$paypal = $this->input->post('paypal',true);
|
|
|
$pay = $this->input->post('pay',true);
|
|
|
$klarna = $this->input->post('klarna',true);
|
|
|
+ $orderremarks = $this->input->post('orderremarks',true);
|
|
|
$zf = $this->input->post('zf',true);
|
|
|
$where = "1=1 and (".rtrim($fgshop,'or').")";
|
|
|
if($warehouse)
|
|
@@ -435,6 +436,10 @@ class Fullorder extends Start_Controller {
|
|
|
$where .= " and paypal like '%-%-%-%'";
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ if($orderremarks){
|
|
|
+ $where .= " and orderremarks like '%$orderremarks%'";
|
|
|
+ }
|
|
|
if($plorder)
|
|
|
{
|
|
|
$plorderinfo = '';$plnumber = '';$pln = 0;
|