修复html打印模板bug
This commit is contained in:
@@ -748,6 +748,7 @@ class OrderController extends WorkflowController
|
||||
$data['form'] = $form;
|
||||
$data['template'] = $template;
|
||||
$tpl = $this->display($data, 'print/'.$template_id);
|
||||
//return $tpl;
|
||||
return $print_type == 'pdf' ? print_prince($tpl) : $tpl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user