Use hold_until_date in item_scheduler.
[order_line_extra.git] / item_schedule.php
index 5e47ec5d8106348c33b5fae7975ddb973488a3ea..fcf15dcf9f572a32aa6a7d2dcb13b9dc6156a0b8 100644 (file)
@@ -51,7 +51,7 @@ else {
 }
 
 if (list_updated('stock_id') || in_ajax()) $Ajax->activate('item_schedule') ;
-else update_queue_quantities() && update_qoh_for_item();
+//else update_queue_quantities() && update_qoh_for_item();
 
 
 //if (!@$_GET['popup'])
@@ -121,6 +121,10 @@ tr.on_time {
 tr.late {
                background: #fc8;
 }
+tr.early {
+               background: #def;
+               color: blue;
+}
 
 tr.soldout {
                background: pink;