This commit is contained in:
parent
22639e72c6
commit
55085ab8d8
10 changed files with 16 additions and 15 deletions
|
|
@ -599,7 +599,7 @@ export class PosMasterActController extends Controller {
|
|||
"lastUpdatedAt",
|
||||
"dateEnd",
|
||||
],
|
||||
where: { profileId, status: true },
|
||||
where: { profileId, status: true, isDeleted: false },
|
||||
});
|
||||
|
||||
if (existingActivePositions.length > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue