FSN#41577 Putorders vertragen bij herhaald falende opdrachten
svn path=/Website/branches/v2017.1/; revision=34888
This commit is contained in:
@@ -129,6 +129,11 @@ function send1Order(Bedrijf_key, prs_loc_key, XMLnode, OpdrKey, ordernr, Sender,
|
||||
Log2File(1, "Failed {0} times between {1} and {2}, delaying until {3}".format(failcount, toDateTimeString(firstdatum), toDateTimeString(faildatum), toDateTimeString(nextdatum)));
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
Log2File(1, "Failed {0} times between {1} and {2}, trying again".format(failcount, toDateTimeString(firstdatum), toDateTimeString(faildatum)));
|
||||
}
|
||||
|
||||
}
|
||||
oRs.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user