fix selecting multiple services with "Invoice is billing for a certain service type...
authorIvan Kohler <ivan@freeside.biz>
Tue, 6 Mar 2012 21:07:30 +0000 (13:07 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 6 Mar 2012 21:07:30 +0000 (13:07 -0800)
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
                      },
   );
 }