Show
Ignore:
Timestamp:
02/21/06 01:01:02 (18 years ago)
Author:
jerome
Message:

Doesn't list anymore entries which don't exist.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbcodes

    r2723 r2725  
    131131            if options["list"] : 
    132132                for billingcode in billingcodes : 
    133                     print "%s [%s] %s %s %s %.2f %s" % \ 
     133                    if billingcode.Exists : 
     134                        print "%s [%s] %s %s %s %.2f %s" % \ 
    134135                          (billingcode.BillingCode, billingcode.Description, \ 
    135136                           billingcode.PageCounter, \