Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
5b2072d2e625590dc0079aaa8f35813ba62cdb27
1 parent
a0ec2557
show invoice back
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Home/Order.php
yohobuy/www.yohobuy.com/application/models/Home/Order.php
View file @
5b2072d
...
...
@@ -227,7 +227,7 @@ class OrderModel
$detail
[
'orderBalance'
][]
=
array
(
'promotion'
=>
'实际应支付'
,
'account'
=>
$orderDetail
[
'amount'
]);
}
//发票
if
(
isset
(
$orderDetail
[
'invoice'
])
&&
isset
(
$detail
[
'showInvoice'
])
&&
$orderDetail
[
'invoice'
]
&&
$detail
[
'showI
nvoice'
])
{
if
(
isset
(
$orderDetail
[
'invoice'
])
&&
$orderDetail
[
'i
nvoice'
])
{
$detail
[
'invoiceMode'
]
=
true
;
$detail
[
'invoiceType'
]
=
$orderDetail
[
'invoice'
][
'type'
];
$detail
[
'pdfUrl'
]
=
$orderDetail
[
'invoice'
][
'pdfUrl'
];
...
...
Please
register
or
login
to post a comment