[freeside-commits] branch FREESIDE_3_BRANCH updated. cfcc6dd44b65698bea942ca0cf2e010141267303

Ivan ivan at 420.am
Fri May 17 15:09:15 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  cfcc6dd44b65698bea942ca0cf2e010141267303 (commit)
      from  dd66730eb92b6b87cd68f3bd3bc46786bf33799c (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 cfcc6dd44b65698bea942ca0cf2e010141267303
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri May 17 15:09:14 2013 -0700

    add contract_end to Package age condition, RT#23171

diff --git a/FS/FS/part_event/Condition/pkg_age.pm b/FS/FS/part_event/Condition/pkg_age.pm
index 4a85387..24a73e2 100644
--- a/FS/FS/part_event/Condition/pkg_age.pm
+++ b/FS/FS/part_event/Condition/pkg_age.pm
@@ -23,16 +23,18 @@ sub option_fields {
                },
     'field' => { 'label'   => 'Compare date',
                  'type'    => 'select',
-                 'options' =>
-                   [qw( setup last_bill bill adjourn susp expire cancel )],
+                 'options' => [qw(
+                   setup last_bill bill adjourn susp expire cancel contract_end
+                 )],
                  'labels'  => {
-                   'setup'     => 'Setup date',
-                   'last_bill' => 'Last bill date',
-                   'bill'      => 'Next bill date',
-                   'adjourn'   => 'Adjournment date',
-                   'susp'      => 'Suspension date',
-                   'expire'    => 'Expiration date',
-                   'cancel'    => 'Cancellation date',
+                   'setup'        => 'Setup date',
+                   'last_bill'    => 'Last bill date',
+                   'bill'         => 'Next bill date',
+                   'adjourn'      => 'Adjournment date',
+                   'susp'         => 'Suspension date',
+                   'expire'       => 'Expiration date',
+                   'cancel'       => 'Cancellation date',
+                   'contract_end' => 'Contract end date',
                  },
                },
   );

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

Summary of changes:
 FS/FS/part_event/Condition/pkg_age.pm |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)




More information about the freeside-commits mailing list