RT# 75817 - Added the ability to set contacts password on the backend
[freeside.git] / httemplate / edit / elements / edit.html
index f6bc1ab..099b0a5 100644 (file)
@@ -329,6 +329,10 @@ Example:
 %     #any?
 %     'colspan'       => $f->{'colspan'},
 %     'required'      => $f->{'required'},
+%
+%     #contact
+%     'custnum'     => $f->{'custnum'},
+%     'prospectnum' => $f->{'prospectnum'},
 %   );
 %
 %   $include_common{$_} = $f->{$_} foreach grep exists($f->{$_}),