lvhao 1 dienu atpakaļ
vecāks
revīzija
783c026dbc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      core/CoreApp/controllers/Transfer.php

+ 1 - 1
core/CoreApp/controllers/Transfer.php

@@ -700,7 +700,7 @@ class Transfer extends Start_Controller {
                 $where  .= " and number = '$number'";
             }
 			if($pm){
-				$where  .= " and pm = '%".$pm."%'";
+				$where  .= " and pm like '%".$pm."%'";
 			}
 			if($purchase)
             {