Topic: check overdue delivery date

at line 106 in sales_order_view.php ( function check_overdue) i think the appropriate line should be:
&& date1_greater_date2(Today(),sql2date($row['delivery_date']))

since this will only mark orders that did not got shipped before that date (requested date). This is specifically useful for company that manufacture or don't ship products same or next day.

Re: check overdue delivery date

Yes, you are right. Will be fixed in next release. Thanks.
Janusz

Re: check overdue delivery date

The file is sales/inquiry/sales_orders_view.php and the line 106:

            && date1_greater_date2(Today(), sql2date($row['ord_date']))

should be:

            && date1_greater_date2(Today(), sql2date($row['delivery_date']))

Any reason why this has not been corrected in the Git Repo now?

Re: check overdue delivery date

No, it was fixed in git 5 day ago.
BTW Git repo is still only the mirror of SF mercurial repo which is official one.
Janusz

Re: check overdue delivery date

Thanks Janusz.

The updates on 30th and 31st August 2013 did not make it to the Git Repo in time and some time ago in May 2013 the HG repo was lagging and hence assumed it was discarded but found it uptodate now and further wrongly assumed it to be a reverse mirror.

Corrected the links on the main page of the Wiki on the Mirror status and in my repo as well.

Re: check overdue delivery date

There was big Sourceforge site upgrade these days, so the Repo could be unavailable for some time. Now all works as before, but on new  URLs.
Janusz