-
-
-
-
-
-
-
- $ @Math.Round(item.Quantity * item.UnitPrice, 2)
+
+
+
+
+
+
+
+
$ @Math.Round(item.Quantity * item.UnitPrice, 2)
+
+ @if (item.OldUnitPrice != 0)
+ {
+
+ The price of the item has changed. Old price was @item.OldUnitPrice $
+
+ }
}
diff --git a/test/Services/FunctionalTests/FunctionalTests.csproj b/test/Services/FunctionalTests/FunctionalTests.csproj
index 039a734a2..0e24f233d 100644
--- a/test/Services/FunctionalTests/FunctionalTests.csproj
+++ b/test/Services/FunctionalTests/FunctionalTests.csproj
@@ -13,6 +13,7 @@