X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fpkg_age.pm;h=24a73e22f7c4171e52c74bcc36cf730a55380f40;hp=4a85387803e4dbe4ea9ccc27edd07191daf91218;hb=508756cf10352b6cf54a32fbce18ec57121214ce;hpb=67a2ec7e476c9a78092f451cc1d1f2e09ac39700 diff --git a/FS/FS/part_event/Condition/pkg_age.pm b/FS/FS/part_event/Condition/pkg_age.pm index 4a8538780..24a73e22f 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', }, }, );