[freeside-commits] branch master updated. 1f816fc11f47f9d100d0fba04362de0623577b1c

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


The branch, master has been updated
       via  1f816fc11f47f9d100d0fba04362de0623577b1c (commit)
      from  436d9d6908bb197a593538c1ae2f71cb8b8a6f66 (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 1f816fc11f47f9d100d0fba04362de0623577b1c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Mar 6 13:07:30 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