diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-08 14:31:54 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-08 14:31:54 -0700 |
| commit | 1c30055995a24cb90d92248a173627f082cca443 (patch) | |
| tree | 1a015e6274a716b7bf4ae25dd7c86d543366e61c | |
| parent | 31475896ab262257c83326a367b14160ebf5e817 (diff) | |
| parent | f54f8bd48aa67734f3d3688449fa90d5bc042d2c (diff) | |
Merge branch 'FREESIDE_2_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_2_3_BRANCH
| -rw-r--r-- | httemplate/elements/customer-table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/customer-table.html b/httemplate/elements/customer-table.html index a517ece2a..bcbdde0f6 100644 --- a/httemplate/elements/customer-table.html +++ b/httemplate/elements/customer-table.html @@ -245,7 +245,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} %>') % } |
