X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=item_schedule.php;h=36b10b935b86acbb09900d50a25db7d9dfa1f999;hb=780a619068c2ddc37f7bda398dd0819860e13ff0;hp=c1d2b5c2383c88c667bd1228176d0c891f3ddec2;hpb=02f818d5b2616f66ee251e656adc1d4c999d13e3;p=order_line_extra.git diff --git a/item_schedule.php b/item_schedule.php index c1d2b5c..36b10b9 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -31,31 +31,43 @@ page($_SESSION['page_title'], false, false, "", $js); //--------------------------------------------------------------------------------------------- +div_start('item_schedule'); start_form(); start_table(TABLESTYLE_NOBORDER); start_row(); +echo date('h:i:s
',time()); +?>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); + end_row(); end_table(1); $scheduler = new ItemScheduler($stock_id, 'DEF'); -div_start('item_schedule'); start_table(TABLESTYLE); $th = $scheduler->tableHeader(); @@ -64,7 +76,6 @@ table_header($th); $scheduler->generateTable(); end_table(); -div_end(); submit_center_first('Update', _("Update"), '', 'default', false); @@ -73,6 +84,7 @@ submit_center_last('Cancel', _("Cancel"), '', 'cancel', false); end_form(); +div_end(); end_page(); ?> + + +