summaryrefslogtreecommitdiff
path: root/FS/FS/part_event.pm
diff options
context:
space:
mode:
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;