|
|
@@ -1839,10 +1839,8 @@ class Systemprint extends Start_Controller {
|
|
|
else
|
|
|
{
|
|
|
$failed = $barcode['Description'];//错误提示
|
|
|
- if(!empty($failed)){
|
|
|
- $this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);
|
|
|
- }
|
|
|
-
|
|
|
+ //cbt的错误 允许多次打印
|
|
|
+ //$this->$fullorder_name->save(array('print'=>1,'failed'=>$failed),$va[$n]);
|
|
|
}
|
|
|
}else
|
|
|
{
|