Code cleanup after db_pager optimization.
[fa-stable.git] / purchasing / inquiry / supplier_inquiry.php
index dff07c662cbf465f6b7485ecc355d5fbca486f2c..079faf1c477ae441dcaba6535769daf143370886 100644 (file)
@@ -233,10 +233,6 @@ if ($_POST['supplier_id'] != ALL_TEXT)
 $table =& new_db_pager('trans_tbl', $sql, $cols);
 $table->set_marker('check_overdue', _("Marked items are overdue."));
 
-if (get_post('RefreshInquiry')) {
-       $table->set_sql($sql);
-       $table->set_columns($cols);
-}
 $table->width = "85%";
 start_form();