Added Bank Transfer edition.
[fa-stable.git] / purchasing / inquiry / supplier_allocation_inquiry.php
index 6e4bcf88419e7a019b2463e98eb749c29a65c377..62dddd94e5857af686719310324b63712a1b7b74 100644 (file)
@@ -120,7 +120,8 @@ function fmt_credit($row)
 }
 //------------------------------------------------------------------------------------------------
 
-$sql = get_sql_for_supplier_allocation_inquiry();
+$sql = get_sql_for_supplier_allocation_inquiry(get_post('TransAfterDate'),get_post('TransToDate'),
+       get_post('filterType'), get_post('supplier_id'), check_value('showSettled'));
 
 $cols = array(
        _("Type") => array('fun'=>'systype_name'),
@@ -153,4 +154,3 @@ display_db_pager($table);
 
 end_form();
 end_page();
-?>