Ignore:
Timestamp:
Mar 30, 2011, 6:18:19 AM (13 years ago)
Author:
Sam Habiel
Message:

Oh Boy! More fixes...
strings.resx and strings.resx.ar: AppoinmentRoutingSlip identifier and name in strings changed to AppointmentReminderSlip
Printing: Corresponding change.
CGView: Appointment Order to be passed to routing slip was wrong if there were more than one resource open.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs

    r1125 r1126  
    185185
    186186            //string s = "Appointment Reminder Slip";
    187             string s = strings.ApptRoutingSlip;
     187            string s = strings.ApptReminderSlip;
    188188            g.DrawString(s, fTitle, Brushes.Black, printArea, sf); //title
    189189
Note: See TracChangeset for help on using the changeset viewer.