edit save
This commit is contained in:
parent
afcba93d3b
commit
f1e5220064
1 changed files with 1 additions and 1 deletions
|
|
@ -2232,7 +2232,7 @@ export class CommandController extends Controller {
|
||||||
_profile.posTypeId = _null;
|
_profile.posTypeId = _null;
|
||||||
_profile.posLevelId = _null;
|
_profile.posLevelId = _null;
|
||||||
}
|
}
|
||||||
await this.profileRepository.save(profile);
|
await this.profileRepository.save(_profile);
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue