Moved all SQL statements from PHP files into relevant *_db.inc files.
[fa-stable.git] / purchasing / inquiry / supplier_allocation_inquiry.php
index 0a5c65d8f0f5e88ac12985571d7cf543374f728a..850dfc3081c344003cd61d7f7701aad1af71eaf3 100644 (file)
@@ -20,7 +20,7 @@ if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
 if ($use_date_picker)
        $js .= get_js_date_picker();
-page(_("Supplier Allocation Inquiry"), false, false, "", $js);
+page(_($help_context = "Supplier Allocation Inquiry"), false, false, "", $js);
 
 if (isset($_GET['supplier_id']))
 {
@@ -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);