Removed unneeded double forms in scripts with db_pager. Missing $_POST variables.
[fa-stable.git] / sales / inquiry / customer_inquiry.php
index b076faadc6a29c688e8e73f10657a929b43cb24f..9d397b946c8ecef2abd5ddabbcd866a73a3f671a 100644 (file)
@@ -54,7 +54,7 @@ cust_allocations_list_cells(null, 'filterType', $_POST['filterType'], true);
 submit_cells('RefreshInquiry', _("Search"),'',_('Refresh Inquiry'), 'default');
 end_row();
 end_table();
-end_form();
+
 set_global_customer($_POST['customer_id']);
 
 //------------------------------------------------------------------------------------------------
@@ -300,7 +300,6 @@ $table->set_marker('check_overdue', _("Marked items are overdue."));
 
 $table->width = "85%";
 
-start_form();
 display_db_pager($table);
 
 end_form();