|
@@ -1061,7 +1061,7 @@ internal partial class ProfileHandler
|
|
|
|
|
|
receipt += string.Format("|Parking Fee: | {0} - {1} @ ${2}/hr= ${3}", feedto.StartTime.ToString("hh:mm tt", new CultureInfo("en-us")),
|
|
|
feedto.StopTime.ToString("hh:mm tt", new CultureInfo("en-us")), parkingFee, parkingCost);
|
|
|
- receipt += string.Format("|Stop Reason: | {0}", tx.StopReason);
|
|
|
+ receipt += string.Format("|Stop Reason : {0}", tx.StopReason);
|
|
|
|
|
|
tx.Cost = chargingCost + parkingCost;
|
|
|
|