diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-10-23 16:17:51 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-10-23 16:17:51 -0700 |
| commit | 80c2d997c5c983344c530ecbb46f94f1c299b35f (patch) | |
| tree | 28bafc1d55836acb5455e6554941c06f0912ef98 /httemplate/edit/process/elements/process.html | |
| parent | 3b1a5e8789d76f0581079d07190664f57bd773a3 (diff) | |
| parent | 0806f9fdbf2086671c151b3bcb078dc008e96f6c (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/process/elements/process.html')
| -rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index a76f4befb..fd12c61d9 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -164,7 +164,9 @@ process(); % # some false laziness with the above % my ($form_name, $job_fields) = @{ $opt{'progress_init'} }; <form name="<% $form_name %>"> + <input type="hidden" name="<% $pkey %>" value="<% $new->get($pkey) %>"> % foreach my $field (@$job_fields) { +% next if $field eq $pkey; <input type="hidden" name="<% $field %>" value="<% $cgi->param($field) |h %>"> % } <& /elements/progress-init.html, |
