Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / gl / inquiry / accounts_list.php
index e785557abc47e5ebf1bc4ff86e39fd50093e2415..a9174c58fd3c8cc2ae70bb64488028a374e3131a 100644 (file)
@@ -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'];