X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_allocation_inquiry.php;h=3313cebf652c56590f6ee403eb0d92a4c737fbf6;hb=40db4214ac1a17dadc1aead2134f14744ffcc2fe;hp=9bcab151afad562d5f89453c4227c09a83272b70;hpb=8430384235d77fb7f8d8ca894e5efedd04d6bc0b;p=fa-stable.git diff --git a/sales/inquiry/customer_allocation_inquiry.php b/sales/inquiry/customer_allocation_inquiry.php index 9bcab151..3313cebf 100644 --- a/sales/inquiry/customer_allocation_inquiry.php +++ b/sales/inquiry/customer_allocation_inquiry.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 1; $path_to_root="../.."; @@ -34,7 +34,7 @@ if (isset($_GET['customer_id'])) if (!isset($_POST['customer_id'])) $_POST['customer_id'] = get_global_customer(); -start_form(false, true); +start_form(); start_table("class='tablestyle_noborder'"); start_row(); @@ -48,7 +48,7 @@ cust_allocations_list_cells(_("Type:"), 'filterType', null); check_cells(" " . _("show settled:"), 'showSettled', null); -submit_cells('RefreshInquiry', _("Search"),'',_('Refresh Inquiry'), true); +submit_cells('RefreshInquiry', _("Search"),'',_('Refresh Inquiry'), 'default'); set_global_customer($_POST['customer_id']);