Add group privilege checking to the Shipping Drivers

This commit is contained in:
Colin Kuskie 2009-06-18 23:24:33 +00:00
parent 0a004d72a0
commit a85924d07b
9 changed files with 166 additions and 20 deletions

View file

@ -125,7 +125,8 @@ sub canUse {
}
return $userObject->isInGroup($self->get('groupToUse'));
}
#-------------------------------------------------------------------
#-------------------------------------------------------------------
=head2 className ( )