@@ -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)
@@ -81,7 +81,7 @@ function __construct(){
)))
)
);
-
+
$count = json_encode($count,true);
$ch = curl_init();