diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-11-29 04:21:46 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-11-29 04:21:46 -0600 |
commit | 51f97ec141f77064ca020634e7eccd85d9ead753 (patch) | |
tree | 9cb85be334b240b375c40c5415e8b13f17cfe87c /httemplate/edit/elements/edit.html | |
parent | 4cc0d96d34316ac01d2e204905bbe8de8dcd1469 (diff) |
71513: Card tokenization [upgrade implemented]
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r-- | httemplate/edit/elements/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index b71558df5..a0023382e 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -247,7 +247,7 @@ Example: > <INPUT TYPE="hidden" NAME="svcdb" VALUE="<% $table %>"> - <INPUT TYPE="hidden" NAME="<% $pkey %>" VALUE="<% $clone ? '' : $object->$pkey() %>"> + <INPUT TYPE="hidden" ID="<% $pkey %>" NAME="<% $pkey %>" VALUE="<% $clone ? '' : $object->$pkey() %>"> <% defined($opt{'form_init'}) ? ( ref($opt{'form_init'}) |