X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2Fsvc_acct_pop.html;h=80900627e9414872140e82e26442ce390553ec96;hp=d65ca5778a22c2fcac83d63f19f5b01506876fd5;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=51984ac3d3da3006809c6866fdecd4ad83610731 diff --git a/httemplate/docs/man/FS/svc_acct_pop.html b/httemplate/docs/man/FS/svc_acct_pop.html index d65ca5778..80900627e 100644 --- a/httemplate/docs/man/FS/svc_acct_pop.html +++ b/httemplate/docs/man/FS/svc_acct_pop.html @@ -15,6 +15,7 @@
  • SYNOPSIS
  • DESCRIPTION
  • METHODS
  • +
  • SUBROUTINES
  • VERSION
  • BUGS
  • SEE ALSO
  • @@ -41,6 +42,8 @@ $error = $record->delete;
       $error = $record->check;
    +
    +  $html = FS::svc_acct_pop::popselector( $popnum, $state );


    DESCRIPTION

    @@ -88,19 +91,34 @@ returns the error, otherwise returns false. Checks all fields to make sure this is a valid point of presence. If there is an error, returns the error, otherwise returns false. Called by the insert and replace methods. +

    +
    text
    +
    +Returns: +

    ``$city, $state ($ac)/$exch''


    +

    SUBROUTINES

    +
    +
    popselector [ POPNUM [ STATE ] ]
    +
    +
    +

    +


    VERSION

    -

    $Id: svc_acct_pop.html,v 1.1 2001-07-30 07:36:03 ivan Exp $

    +

    $Id: svc_acct_pop.html,v 1.3 2002-01-29 17:42:46 ivan Exp $


    BUGS

    It should be renamed to part_pop.

    +

    popselector? putting web ui components in here? they should probably live +somewhere else...


    SEE ALSO

    -

    the FS::Record manpage, the svc_acct manpage, schema.html from the base documentation.

    +

    the FS::Record manpage, the FS::svc_acct manpage, the FS::part_pop_local manpage, schema.html from the +base documentation.