Ignore:
Timestamp:
04/03/06 16:20:54 (18 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Extra code changes required for new billing system rollout. Note that references
to oldcustid can be removed later; this field is NOT required long-term.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/checkcusts.pl

    r169 r318  
    2626
    2727($dbh,$errstr) = connectDB("ipdb", "ipdb", "ipdbpwd");
    28 $IDH = DBI->connect ("DBI:Pg:host=newbilling;dbname=custids", "cidcheck", "c1dch4ck");
     28$IDH = DBI->connect ("DBI:Pg:host=billing;dbname=custids", "cidcheck", "c1dch4ck");
    2929
    3030$sth = $dbh->prepare("select distinct def_custid from alloctypes where listorder >=40");
     
    3535$sth = $dbh->prepare("select cidr,custid from searchme where not (custid='6750400') ".
    3636        "and not (custid='STAFF') order by cidr");
     37#$sth = $dbh->prepare("select cidr,custid from searchme order by cidr");
    3738$sth->execute;
    3839
Note: See TracChangeset for help on using the changeset viewer.