fixes the build
This commit is contained in:
parent
42c08797e3
commit
f04c60d5f2
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue