|
|
@@ -112,7 +112,7 @@ class ajax {
|
|
|
"Destination Agent"=>" and (agent ilike '%" . common::check_input($term) . "%')",
|
|
|
"Shipper Name"=>" and (shipper ilike '%" . common::check_input($term) . "%')",
|
|
|
"Consignee Name"=>" and (consignee ilike '%" . common::check_input($term) . "%')",
|
|
|
- "Notify Party"=>" and (notify_party ilike 'v" . common::check_input($term) . "%')",
|
|
|
+ "Notify Party"=>" and (notify_party ilike '%" . common::check_input($term) . "%')",
|
|
|
"Bill to"=>" and (billto ilike '%" . common::check_input($term) . "%')",
|
|
|
"Destination Operator"=>" and (dest_op ilike '%" . common::check_input($term) . "%')",
|
|
|
"Sales"=>" and (sales_rep ilike '%" . common::check_input($term) . "%')",
|