X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Finquiry%2Fcustomer_allocation_inquiry.php;h=410678326d8514193ccdf6c2580eaff7701460e2;hb=b1167086b19280eb898396e3af6470975ff74571;hp=c6324d98a76cef3ef2dfd3a2a3dc9da171a2677d;hpb=a52f867bce2f8c73315f7b4a217aa43d5212416a;p=fa-stable.git diff --git a/sales/inquiry/customer_allocation_inquiry.php b/sales/inquiry/customer_allocation_inquiry.php index c6324d98..41067832 100644 --- a/sales/inquiry/customer_allocation_inquiry.php +++ b/sales/inquiry/customer_allocation_inquiry.php @@ -214,18 +214,10 @@ if ($_POST['customer_id'] != reserved_words::get_all()) { $table =& new_db_pager('doc_tbl', $sql, $cols); $table->set_marker('check_overdue', _("Marked items are overdue.")); +start_form(); -if(get_post('RefreshInquiry')) -{ - $table->set_sql($sql); - $table->set_columns($cols); - $Ajax->activate('doc_tbl'); -} +display_db_pager($table); - start_form(); - display_db_pager($table); - end_form(); +end_form(); end_page(); - - ?>