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:
5e27a79
)
Bugfix for account name
feature/uptraLive
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 12 Sep 2019 14:30:27 +0000
(10:30 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 12 Sep 2019 14:30:27 +0000
(10:30 -0400)
Change the account javascript which is setting the account name to deal
with the names that may have apostrophes in it.
views/admin/billing/invoices.html
patch
|
blob
|
history
diff --git
a/views/admin/billing/invoices.html
b/views/admin/billing/invoices.html
index
5a20fe5
..
b8f1443
100644
(file)
--- a/
views/admin/billing/invoices.html
+++ b/
views/admin/billing/invoices.html
@@
-368,7
+368,7
@@
{$selected = $m.ref_name|unescape:'html'|replace:'"':''}
{/if}
{/foreach}
- $('#account_name').autocomplete().val(
'{$selected}'
);
+ $('#account_name').autocomplete().val(
"{$selected|unescape:'html'|replace:'"':''}"
);
{/if}
// Flash certain elements for a short time after display