Removed unneeded double forms in scripts with db_pager. Missing $_POST variables.
[fa-stable.git] / purchasing / allocations / supplier_allocation_main.php
index 47360922f77a5f1cbb46cf9a1bc7d59a0df25138..a3b04a532bc269663d29d31630bddb3e63c51615 100644 (file)
@@ -38,7 +38,6 @@ start_form();
     echo "<br>";
     check(_("Show Settled Items:"), 'ShowSettled', null, true);
        echo "</center><br><br>";
-       end_form();
        set_global_supplier($_POST['supplier_id']);
 
        if (isset($_POST['supplier_id']) && ($_POST['supplier_id'] == ALL_TEXT)) 
@@ -112,7 +111,6 @@ $table =& new_db_pager('alloc_tbl', $sql, $cols);
 $table->set_marker('check_settled', _("Marked items are settled."), 'settledbg', 'settledfg');
 
 $table->width = "80%";
-start_form();
 
 display_db_pager($table);