fixes the build

This commit is contained in:
Paul Schneider 2017-05-12 12:18:20 +02:00
commit f04c60d5f2
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ namespace Yavsc.Helpers
string evdate = query.EventDate?.ToString("dddd dd/MM/yyyy à HH:mm")??"[pas de date spécifiée]";
string address = query.Location?.Address??"[pas de lieu spécifié]";
var p = query.Prestation;
decimal total = query.Addition(bpr);
decimal total = query.Addition();
string strprestation = $@"Coupe: {p.Cut}, Total: {total}";
var yaev = new HairCutQueryEvent