summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-11 15:05:30 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-11 15:05:30 -0700
commitf89471ac01284a6d73ebffd6eaebdde79d5f25dc (patch)
tree469e51f7888721818b23612c2f359d6dccfca278 /httemplate/elements
parent03ac8bd523fca8f69e6851fdbf2a1de8c2b83043 (diff)
parent87a04d60dab0fb437da08ee0350cab0a79d671a7 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/customer-table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/customer-table.html b/httemplate/elements/customer-table.html
index fc1af69c6..a1e9732fd 100644
--- a/httemplate/elements/customer-table.html
+++ b/httemplate/elements/customer-table.html
@@ -250,7 +250,7 @@ Example:
if ( customerArrayArray.length == 1 ) {
- update_customer(customerArrayArray[1]);
+ update_customer(searchrow, customerArrayArray[0]);
% if ( $opt{custnum_update_callback} ) {
<% $opt{custnum_update_callback} %>(searchrow, '<% $opt{prefix} %>')
% }