Changeset 2766 for pykota/trunk/bin/cupspykota
- Timestamp:
- 03/01/06 00:11:47 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r2759 r2766 752 752 if newaction == "CREATE" : 753 753 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) 755 756 if self.BillingCode.Exists : 756 757 self.logdebug(msg + "has been created.")