summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorjeff <jeff>2010-08-23 20:05:39 +0000
committerjeff <jeff>2010-08-23 20:05:39 +0000
commit1d0c67ac17b4b8d9256d7ed8192611d808d2be0f (patch)
tree4d4b30a4ea2cd6f205404488e1408ba2af26595a /httemplate/misc/process
parent4289a88d7ac580599e4af7242f6af90aa2653cb8 (diff)
support importing customer notes by agent_custid
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/cust_main_note-import.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/process/cust_main_note-import.cgi b/httemplate/misc/process/cust_main_note-import.cgi
index 6aa8b1d37..ec96f2349 100644
--- a/httemplate/misc/process/cust_main_note-import.cgi
+++ b/httemplate/misc/process/cust_main_note-import.cgi
@@ -26,6 +26,7 @@ The following items <% $op eq 'Preview' ? 'would be' : 'were' %> imported. (See
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Import');
+$FS::cust_main::import=1; # the customer records are already in the database
my $date = time;
my $otaker = $FS::CurrentUser::CurrentUser->username;
my $csv = new Text::CSV_XS;