Moved payment terms in documents for better view. Increased space for legal text.
[fa-stable.git] / gl / inquiry / journal_inquiry.php
index ecde86f46844382829f3e185a0778ff67944868b..f2aee15b2253c3d59cdb31b598511d9d2a9e2ad8 100644 (file)
@@ -45,7 +45,7 @@ start_row();
 ref_cells(_("Reference:"), 'Ref', '',null, _('Enter reference fragment or leave empty'));
 
 journal_types_list_cells(_("Type:"), "filterType");
-date_cells(_("From:"), 'FromDate', '', null, 0, 0, -1);
+date_cells(_("From:"), 'FromDate', '', null, 0, -1, 0);
 date_cells(_("To:"), 'ToDate');
 
 check_cells( _("Show closed:"), 'AlsoClosed', null);