Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 412359f

Browse files
committed
- Error fix with Occurrence Duplicate function
1 parent 81cccea commit 412359f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.settings/org.eclipse.wst.jsdt.ui.superType.name
2+
.settings/.jsdtscope
3+
.project
4+
.settings/org.eclipse.wst.jsdt.ui.superType.container

classes/OccurrenceDuplicate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function getDupes($collName, $collNum, $collDate, $ometid, $exsNumber, $c
213213

214214
//Check for exact dupes
215215
if(!$retStr){
216-
$occArr = $this->getDupesCollector($collName, $collNum, $collDate, $currentOccid);
216+
$occArr = $this->getDupesCollector($collName, $collNum, $currentOccid);
217217
//Remove current occid
218218
if($occArr){
219219
$retStr = 'exact:'.implode(',',$occArr);

0 commit comments

Comments
 (0)