|
@@ -129,7 +129,7 @@ class Ac extends Start_Controller {
|
|
|
|
|
|
|
|
public function _x3($arg_array)
|
|
public function _x3($arg_array)
|
|
|
{
|
|
{
|
|
|
-
|
|
|
|
|
|
|
+ die;
|
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
$fullorder = $this->fullorder->get_number($arg_array[0]);
|
|
|
if(!$fullorder)
|
|
if(!$fullorder)
|
|
|
{
|
|
{
|
|
@@ -211,7 +211,7 @@ class Ac extends Start_Controller {
|
|
|
//$pt .= '<p>'.$p[1].' * '.$p[2].'</p>';
|
|
//$pt .= '<p>'.$p[1].' * '.$p[2].'</p>';
|
|
|
}
|
|
}
|
|
|
$fullorder['pt'] = $pt;
|
|
$fullorder['pt'] = $pt;
|
|
|
- $fullorder['printnumber'] = 8;
|
|
|
|
|
|
|
+ // $fullorder['printnumber'] = 8;
|
|
|
// $fullorder['address'] = "221 5TH ST # APT305";
|
|
// $fullorder['address'] = "221 5TH ST # APT305";
|
|
|
// $fullorder['city'] = "W SACRAMENTO";
|
|
// $fullorder['city'] = "W SACRAMENTO";
|
|
|
// echo "<pre>";
|
|
// echo "<pre>";
|