Commit 3aae80db authored by zhangtao's avatar zhangtao

发票地址修改

parent 94a5c7d1
......@@ -2260,7 +2260,7 @@ class User extends MY_Controller
$data['orderData'] = $orderData;
$data['title'] = '发票在线填写';
$this->load->model("tel_model");
$data['telno_config'] = $this->tel_model->getTelInfoByType(tel_model::TYPE3);
$data['telno_config'] = $this->tel_model->getTelInfoByType(tel_model::TYPE2);
$data['address_config'] = isset($this->address[GB_CITY]) ? $this->address[GB_CITY] : '';
$this->load->view('order_invoice',$data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment