* [ 1686531 ] Automatic change of status on requests is not happening

This commit is contained in:
Carlos Ruiz 2007-03-23 07:51:46 +00:00
parent 7eb00b551e
commit eb78424ef6
1 changed files with 1 additions and 1 deletions

View File

@ -58,8 +58,8 @@ public class RequestProcessor extends AdempiereServer
//
processEMail();
findSalesRep ();
processRequests ();
processStatus();
processRequests ();
processECR();
//
int no = m_model.deleteLog();