[freeside-commits] branch master updated. 56fbf4de4af0a18b611daaa50e42b5dac047a937
Mark Wells
mark at 420.am
Wed Aug 29 16:11:59 PDT 2012
The branch, master has been updated
via 56fbf4de4af0a18b611daaa50e42b5dac047a937 (commit)
from 8864bd26231dc8c6ec436c62af553bdb3d77be9a (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 56fbf4de4af0a18b611daaa50e42b5dac047a937
Author: Mark Wells <mark at freeside.biz>
Date: Wed Aug 29 16:11:43 2012 -0700
clean up eventpart selection
diff --git a/FS/FS/part_event/Condition/after_event.pm b/FS/FS/part_event/Condition/after_event.pm
index c59d847..1d8d212 100644
--- a/FS/FS/part_event/Condition/after_event.pm
+++ b/FS/FS/part_event/Condition/after_event.pm
@@ -14,7 +14,10 @@ sub description { "After running another event" }
sub option_fields {
(
- 'eventpart' => { label=>'Event', type=>'select-part_event', },
+ 'eventpart' => { label=>'Event', type=>'select-part_event',
+ disable_empty => 1,
+ hashref => { disabled => '' },
+ },
'run_delay' => { label=>'Delay', type=>'freq', value=>'1', },
);
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_event/Condition/after_event.pm | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list