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
79d75506
authored
2011-03-23 18:54:44 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
turn on email notif for Membership Individual Fees
1 parent
a584bd38
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/UserManager/UserManager.php
com/UserManager/UserManager.php
View file @
79d7550
...
...
@@ -751,7 +751,7 @@ class Actions {
}
Invoice\GenerateMembershipInvoice
(
$uid
,
$status
,
$paid_by
,
fals
e
);
Invoice\GenerateMembershipInvoice
(
$uid
,
$status
,
$paid_by
,
tru
e
);
// return json object
$return
=
array
(
'success'
=>
'true'
...
...
Please
register
or
sign in
to post a comment