X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fallocations%2Fcustomer_allocation_main.php;h=c3c3c3af8af9fa3518ebc0af09979f533100d1ca;hb=ba80e275bd7d437b92dd62eec01d97e461c74bce;hp=b0c3c6dedfa08bd8d0146dc2ee048df8ca8db1b3;hpb=827b3428d4c8c473cb637ac9df6621f4a0ba6f9a;p=fa-stable.git diff --git a/sales/allocations/customer_allocation_main.php b/sales/allocations/customer_allocation_main.php index b0c3c6de..c3c3c3af 100644 --- a/sales/allocations/customer_allocation_main.php +++ b/sales/allocations/customer_allocation_main.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $path_to_root="../.."; $page_security = 3; include($path_to_root . "/includes/db_pager.inc"); @@ -38,8 +47,6 @@ start_form(); check(_("Show Settled Items:"), 'ShowSettled', null, true); echo "

"; -end_form(); - set_global_customer($_POST['customer_id']); if (isset($_POST['customer_id']) && ($_POST['customer_id'] == reserved_words::get_all())) @@ -76,8 +83,7 @@ function alloc_link($row) { return pager_link(_("Allocate"), "/sales/allocations/customer_allocate.php?trans_no=" - .$row["trans_no"] . "&trans_type=" . $row["type"] - ); + .$row["trans_no"] . "&trans_type=" . $row["type"], ICON_MONEY); } function amount_left($row) @@ -116,12 +122,10 @@ $table->set_marker('check_settled', _("Marked items are settled."), 'settledbg', if (get_post('_ShowSettled_update') || get_post('_customer_id_update')) { $table->set_sql($sql); $table->set_columns($cols); - $Ajax->activate('alloc_tbl'); } - start_form(); - display_db_pager($table); - end_form(); -end_page(); +display_db_pager($table); +end_form(); +end_page(); ?> \ No newline at end of file