Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
e0aee9e2be5ab3cf69a0d3659a10665bab88c35e
1 parent
ef76cb34
'del-office-type'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
e0aee9e
...
...
@@ -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
,
...
...
Please
register
or
login
to post a comment