Emailed reports can be send to multiply destinations, fixed email charset selection.
[fa-stable.git] / gl / inquiry / journal_inquiry.php
index 08610201310ad62716cd4a1fe0161a21bbd3d3e5..54dfa1c0549d2473022c0111d8c7fcddebc09170 100644 (file)
@@ -39,7 +39,7 @@ if (!isset($_POST['filterType']))
 
 start_form();
 
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 start_row();
 
 ref_cells(_("Reference:"), 'Ref', '',null, _('Enter reference fragment or leave empty'));
@@ -51,7 +51,9 @@ date_cells(_("To:"), 'ToDate');
 check_cells( _("Show closed:"), 'AlsoClosed', null);
 
 submit_cells('Search', _("Search"), '', '', 'default');
-
+end_row();
+start_row();
+ref_cells(_("Memo:"), 'Memo', '',null, _('Enter memo fragment or leave empty'));
 end_row();
 end_table();
 
@@ -110,6 +112,7 @@ function edit_link($row)
                        sprintf($editors[$row["type"]], $row["type_no"], $row["type"]),
                        ICON_EDIT) : '';
 }
+
 $sql = get_sql_for_journal_inquiry();
 
 $cols = array(