|
@@ -73,7 +73,7 @@ namespace GGwp
|
|
|
Product pr = DB.Product.Where(x => x.ProductArticleNumber == Article).FirstOrDefault();
|
|
|
if (pr.ProductMaxDiscountAmount > 15)
|
|
|
{
|
|
|
- bgr.Background = (SolidColorBrush)new BrushConverter().ConvertFrom("#7fff00");
|
|
|
+ bgr.Background = (SolidColorBrush)new BrushConverter().ConvertFrom("LightGreen");
|
|
|
}
|
|
|
}
|
|
|
|