X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=item_schedule.php;h=45bbfd60a07a96e183c5c18dcb2774efaf17b9b5;hb=440719a689130f74fea0be18f95756a404ca351c;hp=0fa2aa7e5375cf8941606f7a71b0e92acdad0e8a;hpb=c430928c8da33931ee2089a2816aacfaa51a5b25;p=order_line_extra.git diff --git a/item_schedule.php b/item_schedule.php index 0fa2aa7..45bbfd6 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -1,4 +1,3 @@ - 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); @@ -68,11 +77,61 @@ end_table(); div_end(); -submit_center_first('Update', _("Update"), true, '', 'default', true); -submit_center_last('Cancel', _("Cancel"), true, '', 'cancel', true); +submit_center_first('Update', _("Update"), '', 'default', false); +submit_center_last('Cancel', _("Cancel"), '', 'cancel', false); end_form(); end_page(); ?> + + + +