From 91caf036bc222d20d078e31f1d28c2d6c86805e1 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 24 Sep 2007 00:56:50 +0000 Subject: beginning of agent-virtualization of packages --- FS/FS/part_event.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/part_event.pm') 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; -- cgit v1.1