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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user