Show
Ignore:
Timestamp:
03/01/06 00:11:47 (18 years ago)
Author:
jerome
Message:

Made cupspykota use the new API to create the billing code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2759 r2766  
    752752                if newaction == "CREATE" : 
    753753                    self.logdebug(msg + "will be created.") 
    754                     self.BillingCode = self.storage.addBillingCode(self.JobBillingCode) 
     754                    self.storage.addBillingCode(self.BillingCode) 
     755                    self.BillingCode = self.storage.getBillingCode(self.JobBillingCode) 
    755756                    if self.BillingCode.Exists : 
    756757                        self.logdebug(msg + "has been created.")