longyi hai 6 meses
pai
achega
5349586b75
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      core/CoreApp/controllers/Ac.php
  2. 1 1
      core/CoreApp/models/Model_cne.php

+ 3 - 0
core/CoreApp/controllers/Ac.php

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

+ 1 - 1
core/CoreApp/models/Model_cne.php

@@ -81,7 +81,7 @@ function __construct(){
 		)))
 		)
 		);
-	
+
 		$count = json_encode($count,true);
 
 		$ch = curl_init();