[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 2ecb2499069396f9e041d58bb1b32ee66c316526

Ivan ivan at 420.am
Tue Mar 6 13:07:32 PST 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  2ecb2499069396f9e041d58bb1b32ee66c316526 (commit)
      from  95e60c8173d4e10df22a6544959b0b31f2e154bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2ecb2499069396f9e041d58bb1b32ee66c316526
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Mar 6 13:07:31 2012 -0800

    fix selecting multiple services with "Invoice is billing for a certain service type" condition, RT#16831

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 7c1916b..3f3c908 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
                      },
   );
 }

-----------------------------------------------------------------------

Summary of changes:
 .../part_event/Condition/cust_bill_has_service.pm  |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list