Added Quick Transfer button to the agent interface, as well as a preset prepopulate option

Added a process to update statuses in the vicidial_list table by batch, with web report

git-svn-id: svn://192.168.202.10@1169 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-06-28 11:36:19 +00:00
parent d0198faf31
commit eadbaca83b
13 changed files with 1002 additions and 74 deletions
+5
View File
@@ -2159,6 +2159,11 @@ if ($WEBONLY < 1)
`mkdir -p $PATHhome/VTIGER_IN/DONE`;
`chmod -R 0766 $PATHhome/VTIGER_IN`;
}
if (!-e "$PATHhome/UPDATE_IN/DONE")
{
`mkdir -p $PATHhome/UPDATE_IN/DONE`;
`chmod -R 0766 $PATHhome/UPDATE_IN`;
}
print "Creating $PATHmonitor directories...\n";
if (!-e "$PATHmonitor")