Slightly changed inactive records support.
[fa-stable.git] / gl / inquiry / gl_account_inquiry.php
index 22b31a7807f89bfa50926211b7271f9d595495e0..132d23cce9cbecd8a5e63b45600a2a6ae31cfae6 100644 (file)
@@ -65,7 +65,7 @@ function gl_inquiry_controls()
 
        date_cells(_("from:"), 'TransFromDate', '', null, -30);
        date_cells(_("to:"), 'TransToDate');
-       submit_cells('Show',_("Show"),'','', true);
+       submit_cells('Show',_("Show"),'','', 'default');
 
     end_row();