diff options
author | ivan <ivan> | 2010-03-27 06:11:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-27 06:11:32 +0000 |
commit | 1d25ae2a3b49fd7a4413ec8f590a696fe13780e8 (patch) | |
tree | 50bba4e59e5fff2ee18e2b5d2ff548e2b36df65d /httemplate/edit | |
parent | e5c58aba4a1a52840ada3a6e1d0da0ef8a17f08f (diff) |
resize customer not add popup, eliminate needless <BR> in popup
Diffstat (limited to 'httemplate/edit')
-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"> |