diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-11-29 04:21:46 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-11-29 05:08:38 -0600 |
| commit | 3d8958a36f22a88738b637b4d5583e989e91bc8e (patch) | |
| tree | 94b7044e130f403e731323ce5535fe7b8b51b4da /httemplate/edit/elements/edit.html | |
| parent | 9605850e1b105d527961a0766ec05840b3d6962e (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 35818dda5..7e0eee467 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'}) |
