Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3624166b
authored
2011-03-17 14:16:14 +0000
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Got rid of cruft code lines in admin user payhistory (artifacts from first implementation)
1 parent
4de1fc4e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
com/UserManager/views/edit_user_payhistory.php
com/UserManager/views/edit_user_payhistory.php
View file @
3624166
...
...
@@ -247,13 +247,6 @@ use WP_User;
//}
$html
.=
'</p>'
;
// Loop through each of the payment items
foreach
(
$invoice
->
payment
as
$key
=>
$item
)
{
// Skip any fields that don't start with 'bt_'
if
(
substr
(
$key
,
0
,
3
)
!=
'bt_'
)
{
continue
;
}
}
if
(
$status
==
'unpaid'
)
{
// Get the user's profile preference
$preference
=
strtolower
(
$user
->
profile_preference
);
...
...
Please
register
or
sign in
to post a comment