open electronic invoice
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -259,7 +259,7 @@ class IndexController extends WebAction | @@ -259,7 +259,7 @@ class IndexController extends WebAction | ||
259 | 259 | ||
260 | $this->_view->display('order-ensure', array( | 260 | $this->_view->display('order-ensure', array( |
261 | 'orderEnsurePage' => true, | 261 | 'orderEnsurePage' => true, |
262 | - 'openInvoice' => false, //是否开启电子发票 | 262 | + 'openInvoice' => true, //是否开启电子发票 |
263 | 'orderEnsure' => $orderEnsure, | 263 | 'orderEnsure' => $orderEnsure, |
264 | )); | 264 | )); |
265 | } | 265 | } |
-
Please register or login to post a comment