From 6016bc83d369186275044bd8539f66a3cb03c4cb Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 20 Jun 2017 09:04:14 -0400 Subject: RT# 75817 - Added the ability to set contacts password on the backend Conflicts: httemplate/elements/validate_password.html httemplate/misc/xmlhttp-validate_password.html --- httemplate/edit/elements/edit.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/edit/elements/edit.html') diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index f6bc1abb5..099b0a57e 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -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->{$_}), -- cgit v1.2.1