เปลี่ยน check
This commit is contained in:
parent
05f785880a
commit
62a522d7e4
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?.orgRevisionIsCurrent == true) {
|
||||||
const _position = posMaster.positions.find((p) => p.positionIsSelected == true);
|
const _position = posMaster.positions.find((p) => p.positionIsSelected == true);
|
||||||
if (_position) {
|
if (_position) {
|
||||||
const current_holderId: any = posMaster.current_holderId;
|
const current_holderId: any = posMaster.current_holderId;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue