diff options
author | ivan <ivan> | 2011-04-08 02:17:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-08 02:17:21 +0000 |
commit | ed41f28bf167b0028f939f1a365120985fed8980 (patch) | |
tree | 1d9fdc22237b7529a3e650bf280d1d0238f3d2d7 /httemplate/edit | |
parent | d680665a93a77fa1e4cb637eac46d11c42a9f1c4 (diff) |
don't lose torrus_srvderive.last_srv_date on edit
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/torrus_srvderive.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/torrus_srvderive.html b/httemplate/edit/torrus_srvderive.html index 9d1b9bbeb..b6cdb1a81 100644 --- a/httemplate/edit/torrus_srvderive.html +++ b/httemplate/edit/torrus_srvderive.html @@ -5,6 +5,7 @@ 'serviceid' => 'Torrus serviceid', }, 'fields' => [ 'serviceid', + { field=>'last_srv_date', type=>'hidden' }, ], 'viewall_dir' => 'browse', 'html_bottom' => $html_bottom_sub, |