|
@@ -975,7 +975,7 @@ class WholeController extends Curd
|
|
|
'func'=>'procActionToPrinter',
|
|
|
'sign'=>'',
|
|
|
'data'=>[
|
|
|
- 'printer_premises'=>$premises->dept_id,
|
|
|
+ 'printer_premises'=>$restaurant->dept_id,
|
|
|
'printer_device'=>[
|
|
|
$key
|
|
|
],
|
|
@@ -1516,7 +1516,7 @@ class WholeController extends Curd
|
|
|
'func'=>'procActionToPrinter',
|
|
|
'sign'=>'',
|
|
|
'data'=>[
|
|
|
- 'printer_premises'=>$premises->dept_id,
|
|
|
+ 'printer_premises'=>$restaurant->dept_id,
|
|
|
'printer_device'=>[
|
|
|
$key
|
|
|
],
|
|
@@ -1532,7 +1532,7 @@ class WholeController extends Curd
|
|
|
'func'=>'procActionToPrinter',
|
|
|
'sign'=>'',
|
|
|
'data'=>[
|
|
|
- 'printer_premises'=>$premises->dept_id,
|
|
|
+ 'printer_premises'=>$restaurant->dept_id,
|
|
|
'printer_device'=>[
|
|
|
$key
|
|
|
],
|