Fixed 0000097,0000098 and view of credit notes with empty lines.
[fa-stable.git] / dimensions / inquiry / search_dimensions.php
index 14ce24ab1084732fd0f943929bc0084937fb91e6..6f689ec94002d5ae7c4b86f71536f3f53641985e 100644 (file)
@@ -63,7 +63,7 @@ start_row();
 
 ref_cells(_("Reference:"), 'OrderNumber', '',null, '', true);
 
-number_list_cells(_("Type"), 'type_', null, 0, 2);
+number_list_cells(_("Type"), 'type_', null, 1, 2, _("All"));
 date_cells(_("From:"), 'FromDate', '', null, 0, 0, -5);
 date_cells(_("To:"), 'ToDate');