diff options
author | ivan <ivan> | 2010-03-27 06:11:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-27 06:11:31 +0000 |
commit | cf3dc4ca2cb3bf4cea686a9045637addc8633e01 (patch) | |
tree | 16806858bed61c51e2c4b478a58c4179235745fe /httemplate/edit/cust_main_note.cgi | |
parent | c0f0b22e88de38f7b8d7b2a1d5a1218c2e7b6f68 (diff) |
resize customer not add popup, eliminate needless <BR> in popup
Diffstat (limited to 'httemplate/edit/cust_main_note.cgi')
-rwxr-xr-x | httemplate/edit/cust_main_note.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main_note.cgi b/httemplate/edit/cust_main_note.cgi index 1fdf0d9e5..e2501cb54 100755 --- a/httemplate/edit/cust_main_note.cgi +++ b/httemplate/edit/cust_main_note.cgi @@ -6,8 +6,6 @@ <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> <INPUT TYPE="hidden" NAME="notenum" VALUE="<% $notenum %>"> - -<BR><BR> <% include('/elements/htmlarea.html', 'field' => 'comment', 'curr_value' => $comment) %> % #<TEXTAREA NAME="comment" ROWS="12" COLS="60"> |