|
@@ -127,7 +127,6 @@ class Ac extends Start_Controller {
|
|
|
|
|
|
public function _x3($arg_array)
|
|
|
{
|
|
|
- die;
|
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
|
if(!$fullorder)
|
|
|
{
|
|
@@ -209,7 +208,7 @@ class Ac extends Start_Controller {
|
|
|
//$pt .= '<p>'.$p[1].' * '.$p[2].'</p>';
|
|
|
}
|
|
|
$fullorder['pt'] = $pt;
|
|
|
- $fullorder['printnumber'] += 11;
|
|
|
+ $fullorder['printnumber'] += 8;
|
|
|
// $fullorder['address'] = "221 5TH ST # APT305";
|
|
|
// $fullorder['city'] = "W SACRAMENTO";
|
|
|
// echo "<pre>";
|
|
@@ -238,8 +237,9 @@ class Ac extends Start_Controller {
|
|
|
// $fullorder['bx'] = 110;
|
|
|
//$fullorder['qm'] = 1;
|
|
|
echo "<pre>";
|
|
|
-
|
|
|
- $b = $this->zxyuntu->get_data($fullorder);
|
|
|
+ var_dump($fullorder);
|
|
|
+ die;
|
|
|
+ $b = $this->cne->get_data($fullorder);
|
|
|
print_r($b);
|
|
|
die;
|
|
|
|