Removed unneeded double forms in scripts with db_pager. Missing $_POST variables.
[fa-stable.git] / purchasing / inquiry / supplier_allocation_inquiry.php
index 0a5c65d8f0f5e88ac12985571d7cf543374f728a..2f80b49c88da0a2ba477c4b1f9bf9020068796c9 100644 (file)
@@ -60,7 +60,6 @@ set_global_supplier($_POST['supplier_id']);
 
 end_row();
 end_table();
-end_form();
 //------------------------------------------------------------------------------------------------
 function check_overdue($row)
 {
@@ -198,7 +197,6 @@ $table =& new_db_pager('doc_tbl', $sql, $cols);
 $table->set_marker('check_overdue', _("Marked items are overdue."));
 
 $table->width = "90%";
-start_form();
 
 display_db_pager($table);