send the billing code along with the query
This commit is contained in:
parent
ebf860f848
commit
2890e10339
18 changed files with 47 additions and 27 deletions
|
|
@ -24,7 +24,8 @@ namespace Yavsc.Helpers
|
|||
EventDate = query.EventDate,
|
||||
Location = query.Location,
|
||||
Id = query.Id,
|
||||
ActivityCode = query.ActivityCode
|
||||
ActivityCode = query.ActivityCode,
|
||||
BillingCode = query.BillingCode
|
||||
};
|
||||
|
||||
return yaev;
|
||||
|
|
@ -65,7 +66,8 @@ namespace Yavsc.Helpers
|
|||
Location = query.Location,
|
||||
Id = query.Id,
|
||||
Reason = "Commande groupée!",
|
||||
ActivityCode = query.ActivityCode
|
||||
ActivityCode = query.ActivityCode,
|
||||
BillingCode = query.BillingCode
|
||||
};
|
||||
return yaev;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue