fix
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
Symbol = input.CurrencyGlobal!.Symbol,
|
||||
Name = input.Name,
|
||||
ShortName = input.ShortName,
|
||||
Quantity = rate?.Quantity,
|
||||
Rate = rate?.Rate,
|
||||
RateDate = rate?.DateTime,
|
||||
Quantity = input.CurrentRate?.Quantity ?? rate?.Quantity,
|
||||
Rate = input.CurrentRate?.Rate ?? rate?.Rate,
|
||||
RateDate = input.CurrentRate?.DateTime ?? rate?.DateTime,
|
||||
IsPrimary = input.IsPrimary,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user