flightlog/flsserver

Invoice recipient in flight is not handled correct

pschuler78 opened this issue · 0 comments

The client may send a Guid für InvoiceRecipientPersonId, but the FlightCostBalanceType is not 5 (invoice to person). In this case, the server should ignore the property InvoiceRecipientPersonId and should not add the FlightCrew with the InvoiceRecipientPersonId.

The client should also not send the Guid for InvoiceRecipientPersonId if FlightCostBalanceType is not 5.