- Timestamp:
- 06/24/13 14:04:56 (11 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Billing/BillingEngine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Billing/BillingEngine/BillingEngine.cs
r9645 r9653 61 61 // An invoice has never been generated from this order 62 62 order.NextBillableDay = currentDate; 63 order.EntityState = State.Modified; 63 64 } 64 65 -
branches/OaaS/HeuristicLab.Services.Optimization.Billing/BillingEngine/PlainTextInvoiceFormattingEngine.cs
r9641 r9653 38 38 } 39 39 40 public string Generate( Model.Invoice invoice) {40 public string Generate(Invoice invoice) { 41 41 invoiceText = string.Copy(template); 42 42
Note: See TracChangeset
for help on using the changeset viewer.