summaryrefslogtreecommitdiff
path: root/FS/FS/part_event.pm
diff options
context:
space:
mode:
authorivan <ivan>2007-09-24 00:56:50 +0000
committerivan <ivan>2007-09-24 00:56:50 +0000
commit91caf036bc222d20d078e31f1d28c2d6c86805e1 (patch)
tree80a89433fd9dee9d2655e4b222d9988e5675525b /FS/FS/part_event.pm
parent308f86b554046bcf4a9e793465ad3a4cd0e0962d (diff)
beginning of agent-virtualization of packages
Diffstat (limited to 'FS/FS/part_event.pm')
-rw-r--r--FS/FS/part_event.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_event.pm b/FS/FS/part_event.pm
index 09104cd..d0ab65e 100644
--- a/FS/FS/part_event.pm
+++ b/FS/FS/part_event.pm
@@ -138,6 +138,7 @@ sub check {
|| $self->ut_number('weight')
|| $self->ut_alpha('action')
|| $self->ut_enum('disabled', [ '', 'Y' ] )
+ || $self->ut_agentnum_acl('agentnum', 'Edit global billing events')
;
return $error if $error;