summaryrefslogtreecommitdiff
path: root/FS/FS/access_user.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-02-19 02:33:13 +0000
committerivan <ivan>2008-02-19 02:33:13 +0000
commit2e2fb0fc3619ce3afc268bcaa3e34f1e712e57c5 (patch)
tree30a6de328cffb2c0112a36fe36b7f098234052a0 /FS/FS/access_user.pm
parent5185768dd336f0a9e8fc4fb757b4e968baa5d8ed (diff)
clean up POD docs for better wiki exportability
Diffstat (limited to 'FS/FS/access_user.pm')
-rw-r--r--FS/FS/access_user.pm14
1 files changed, 11 insertions, 3 deletions
diff --git a/FS/FS/access_user.pm b/FS/FS/access_user.pm
index e3a677b..250e432 100644
--- a/FS/FS/access_user.pm
+++ b/FS/FS/access_user.pm
@@ -319,11 +319,19 @@ Options are passed as a hashref or a list. Available options are:
=over 4
-=item null - The frament will also allow the selection of null agentnums.
+=item null
-=item null_right - The fragment will also allow the selection of null agentnums if the current user has the provided access right
+The frament will also allow the selection of null agentnums.
-=item table - Optional table name in which agentnum is being checked. Sometimes required to resolve 'column reference "agentnum" is ambiguous' errors.
+=item null_right
+
+The fragment will also allow the selection of null agentnums if the current
+user has the provided access right
+
+=item table
+
+Optional table name in which agentnum is being checked. Sometimes required to
+resolve 'column reference "agentnum" is ambiguous' errors.
=back