is draft
This commit is contained in:
parent
bd8e2b4c1c
commit
05f785880a
1 changed files with 1 additions and 1 deletions
|
|
@ -1430,7 +1430,7 @@ export class PositionController extends Controller {
|
|||
}),
|
||||
);
|
||||
|
||||
if (posMaster.orgRevision?.orgRevisionIsDraft != false) {
|
||||
if (posMaster.orgRevision?.orgRevisionIsDraft == false) {
|
||||
const _position = posMaster.positions.find((p) => p.positionIsSelected == true);
|
||||
if (_position) {
|
||||
const current_holderId: any = posMaster.current_holderId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue