|
@@ -208,7 +208,7 @@ class Ac extends Start_Controller {
|
|
|
//$pt .= '<p>'.$p[1].' * '.$p[2].'</p>';
|
|
|
}
|
|
|
$fullorder['pt'] = $pt;
|
|
|
- $fullorder['printnumber'] = 0;
|
|
|
+ $fullorder['printnumber'] = $fullorder['printnumber'] + 3;
|
|
|
// $fullorder['address'] = "221 5TH ST # APT305";
|
|
|
// $fullorder['city'] = "W SACRAMENTO";
|
|
|
// echo "<pre>";
|
|
@@ -236,10 +236,10 @@ class Ac extends Start_Controller {
|
|
|
// $fullorder['js'] = 2;
|
|
|
// $fullorder['bx'] = 110;
|
|
|
//$fullorder['qm'] = 1;
|
|
|
- $fullorder['printcode'] = 'FedEx_GD_Z';
|
|
|
+ $fullorder['printcode'] = 'FedEx_GD';
|
|
|
echo "<pre>";
|
|
|
- print_r($fullorder);
|
|
|
- die;
|
|
|
+// print_r($fullorder);
|
|
|
+// die;
|
|
|
$b = $this->cne->get_data($fullorder);
|
|
|
print_r($b);
|
|
|
die;
|