X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Finquiry%2Faccounts_list.php;h=a9174c58fd3c8cc2ae70bb64488028a374e3131a;hb=HEAD;hp=e785557abc47e5ebf1bc4ff86e39fd50093e2415;hpb=6ae3ba12f80c3bc2f55eec4483d5c3d6bf00c558;p=fa-stable.git diff --git a/gl/inquiry/accounts_list.php b/gl/inquiry/accounts_list.php index e785557a..a9174c58 100644 --- a/gl/inquiry/accounts_list.php +++ b/gl/inquiry/accounts_list.php @@ -55,8 +55,9 @@ table_header($th); $k = 0; $name = $_GET["client_id"]; +$skip = $_GET["skip"]; -$result = get_chart_accounts_search(get_post("description")); +$result = get_chart_accounts_search(get_post("description"), $skip); while ($myrow = db_fetch_assoc($result)) { alt_table_row_color($k); $value = $myrow['account_code'];