fix selecting multiple services with "Invoice is billing for a certain service type...
[freeside.git] / FS / FS / part_event / Condition / cust_bill_has_service.pm
index 7c1916b..3f3c908 100644 (file)
@@ -23,6 +23,9 @@ sub option_fields {
   (
     'has_service' => { 'label'      => 'Has service',
                        'type'       => 'select-part_svc',
+                       'multiple'   => 1, #the HTML element seems to have it
+                                          #by default, but edit/part_event.html
+                                          #(and process) need to know
                      },
   );
 }