Use hold_until_date in item_scheduler.
[order_line_extra.git] / item_schedule.php
index accb8da14034b75e4b37561ccb3dd7a7ad2f82b2..fcf15dcf9f572a32aa6a7d2dcb13b9dc6156a0b8 100644 (file)
@@ -121,6 +121,10 @@ tr.on_time {
 tr.late {
                background: #fc8;
 }
+tr.early {
+               background: #def;
+               color: blue;
+}
 
 tr.soldout {
                background: pink;