X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=item_schedule.php;h=45bbfd60a07a96e183c5c18dcb2774efaf17b9b5;hb=440719a689130f74fea0be18f95756a404ca351c;hp=97f397c30dcee51ab6277bfc265b55fec11f1b02;hpb=51934960c2b3e808d28ff09398212bd6b6fd71aa;p=order_line_extra.git diff --git a/item_schedule.php b/item_schedule.php index 97f397c..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,8 +77,8 @@ 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); @@ -77,16 +86,52 @@ end_form(); end_page(); ?> + + +