Authored by 郭成尧

'del-office-type'

... ... @@ -459,11 +459,13 @@ class IndexController extends AbstractAction
'id' => 11,
'text' => '日用品'
),
array(
/* tar modified 161118 要求去除办公用品开票类目 */
/*array(
'choosed' => $invoiceType == 3 ? true : false,
'id' => 3,
'text' => '办公用品'
),
),*/
array(
'choosed' => $invoiceType == 6 ? true : false,
'id' => 6,
... ...