projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b04684
)
initialize variable.
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 27 Dec 2017 15:48:28 +0000
(10:48 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 27 Dec 2017 15:48:28 +0000
(10:48 -0500)
Initialize the invoiceHtml.
models/admin/member/billing.php
patch
|
blob
|
history
diff --git
a/models/admin/member/billing.php
b/models/admin/member/billing.php
index
62019df
..
9546c04
100644
(file)
--- a/
models/admin/member/billing.php
+++ b/
models/admin/member/billing.php
@@
-112,6
+112,7
@@
class GlmMembersAdmin_member_billing // extends GlmDataBilling
$transactions = false;
$account_data = false;
$balance_due = false;
+ $invoiceHtml = false;
// For lockedToMember.
$lockedToMember = false;