lvhao 18 timmar sedan
förälder
incheckning
287d2b320c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

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

@@ -4754,7 +4754,7 @@ class Whlabel extends Start_Controller
 					if(empty($tmp_info)){
 						$details = '';
 					}else{
-						$details = $tmp_info[0]['details'];
+						$details = $tmp_info['details'];
 					}
 				}else{
 					$tmp_info = $this->whlabel->find('warehouse = "' . $warehouse['id'] . '" and sku = "' . $sku . '" and details = "'.$details.'" ','*','id desc');