|
@@ -123,9 +123,7 @@ class Ac extends Start_Controller {
|
|
|
|
|
|
public function _x3($arg_array)
|
|
public function _x3($arg_array)
|
|
{
|
|
{
|
|
- $r = $this->cne->get_PrintPaper();
|
|
|
|
- var_dump($r);
|
|
|
|
- die;
|
|
|
|
|
|
+
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
if(!$fullorder)
|
|
if(!$fullorder)
|
|
{
|
|
{
|