fix
This commit is contained in:
@@ -75,7 +75,7 @@ public class CurrencyController : BaseApiController
|
||||
var exec = _currencyService.CurrencyUpdate(
|
||||
UserId,
|
||||
id.AsGuid(),
|
||||
new CurrencyEdit { Name = currency.Name, ShortName = currency.ShortName }
|
||||
new CurrencyEdit { Name = currency.Name, ShortName = currency.ShortName, IsPrimary = currency.IsPrimary }
|
||||
);
|
||||
|
||||
switch (exec.Status)
|
||||
|
||||
Reference in New Issue
Block a user