Login  Register

Re: Users - Auto-cancelling orders ...

Posted by davidnwelton on Jan 23, 2006; 9:08am
URL: http://ofbiz.116.s1.nabble.com/Users-Auto-cancelling-orders-tp137017p137019.html

On 1/22/06, David E. Jones <[hidden email]> wrote:

> There is a field on the ProductStore called daysToCancelNonPay and if
> I understand you right this field is what is controlling the behavior
> you are describing. You can change the time there, or use that to
> trace and modify the code behind the behavior.

In the code I was hacking at, I found '30' hard coded: near line 433
(give or take some because of my patch)

applications/product/src/org/ofbiz/product/inventory/InventoryServices.java

                        // need to know if nextShipDate is more then
30 days after promised
                        Calendar sCal = Calendar.getInstance();
                        sCal.setTimeInMillis(actualPromiseDate.getTime());
                        sCal.add(Calendar.DAY_OF_YEAR, 30);
                        Timestamp farPastPromised = new
Timestamp(sCal.getTimeInMillis());

Ciao,
--
David N. Welton
 - http://www.dedasys.com/davidw/

Linux, Open Source Consulting
 - http://www.dedasys.com/
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users