Help for this page

Select Code to Download


  1. or download this
    sub _get_billing_plan_options {
      my $self = shift;
    ...
      }
      return \@billing_plan_options;
    }
    
  2. or download this
    DEBUG: ->_get_billing_plan_options() says our query is: SELECT svc_pla
    +n_id, plan_name, plan_type FROM svc_plans WHERE plan_active ORDER BY 
    +plan_type, plan_sort_order 
    
    ...
    
    Uncaught exception from user code:
    DBD::Pg::st fetchrow_hashref failed: no statement executing