From 1d0c67ac17b4b8d9256d7ed8192611d808d2be0f Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 23 Aug 2010 20:05:39 +0000 Subject: support importing customer notes by agent_custid --- httemplate/misc/process/cust_main_note-import.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/misc/process') 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; -- cgit v1.2.1