X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=item_schedule.php;h=45bbfd60a07a96e183c5c18dcb2774efaf17b9b5;hb=440719a689130f74fea0be18f95756a404ca351c;hp=c1d2b5c2383c88c667bd1228176d0c891f3ddec2;hpb=02f818d5b2616f66ee251e656adc1d4c999d13e3;p=order_line_extra.git diff --git a/item_schedule.php b/item_schedule.php index c1d2b5c..45bbfd6 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -36,16 +36,26 @@ start_form(); start_table(TABLESTYLE_NOBORDER); start_row(); +?>GETPOSTactivate('item_schedule'); //if (!@$_GET['popup']) start_form(); -if (!isset($_POST['stock_id'])) - $_POST['stock_id'] = get_global_stock_item(); $stock_id = $_POST['stock_id']; stock_costable_items_list_cells(_("Item:"), 'stock_id', $stock_id); @@ -98,3 +108,30 @@ tr.late { tr.soldout { background: pink; } + +tr.tDnD_whileDrag { + background: #ccc; + border: 2px solid black; +} +tr.tDnD_whileDrag :nth-child(4), tr.tDnD_whileDrag :nth-child(5) { + color: transparent; + background: transparent; +} + + + +