Searching Journal Inquiry by user not working? FA 2.4.2.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 4 Oct 2017 20:07:19 +0000 (22:07 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 4 Oct 2017 20:07:19 +0000 (22:07 +0200)
gl/inquiry/journal_inquiry.php

index 3dc740de66ea6cce0deaede1937a38588ad3f13a..8f0db537cc5109962772a8264d7c6d8d7a1d05e1 100644 (file)
@@ -100,7 +100,7 @@ function invoice_supp_reference($row)
 }
 
 $sql = get_sql_for_journal_inquiry(get_post('filterType', -1), get_post('FromDate'),
-       get_post('ToDate'), get_post('Ref'), get_post('Memo'), check_value('AlsoClosed'));
+       get_post('ToDate'), get_post('Ref'), get_post('Memo'), check_value('AlsoClosed'), get_post('userid'));
 
 $cols = array(
        _("#") => array('fun'=>'journal_pos', 'align'=>'center'),