lvhao 1 giorno fa
parent
commit
3f60b8eee4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      core/CoreApp/controllers/Whlabel_bh.php

+ 2 - 1
core/CoreApp/controllers/Whlabel_bh.php

@@ -1650,7 +1650,8 @@ class Whlabel_bh extends Start_Controller {
 					$rows[] = array('num'=>$post['label'],'title'=>$data['orderinfo'],'jm'=>$data['pm'],'n'=>1);
 					$this->whlabel_bh_transfer->insert($post);
 				}
-				
+				$printsl = $data['printsl']*1 + $n*1; 
+				$this->whlabel_bh->save(['printsl'=>$printsl],$data['id']);
 				if ($this->db->trans_status() === TRUE)
 				{
 					$this->db->trans_commit();