Changeset 839 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
04/12/16 14:49:45 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Convert a lingering custom patch to another configuration knob. See #26.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r835 r839  
    889889      $page->param(custid => $webvar{custid});
    890890      $page->param(billinguser => $webvar{billinguser});
     891      $page->param(billinglink => $IPDB::billinglink);
    891892      mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
    892893        "$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n".
     
    905906      if ($webvar{alloctype} eq 'pr' && $webvar{billinguser}) {
    906907        $page->param(billinguser => $webvar{billinguser});
     908        $page->param(billinglink => $IPDB::billinglink);
    907909        $page->param(custid => $webvar{custid});
    908910        $page->param(netaddr => $netblock->addr);
Note: See TracChangeset for help on using the changeset viewer.