From 1f816fc11f47f9d100d0fba04362de0623577b1c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 6 Mar 2012 13:07:30 -0800 Subject: [PATCH] fix selecting multiple services with "Invoice is billing for a certain service type" condition, RT#16831 --- FS/FS/part_event/Condition/cust_bill_has_service.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FS/FS/part_event/Condition/cust_bill_has_service.pm b/FS/FS/part_event/Condition/cust_bill_has_service.pm index 7c1916bea..3f3c9088a 100644 --- a/FS/FS/part_event/Condition/cust_bill_has_service.pm +++ b/FS/FS/part_event/Condition/cust_bill_has_service.pm @@ -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 }, ); } -- 2.11.0