Skip to content

Commit

Permalink
Fix manual Reference ID update (CO-2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Apr 23, 2021
1 parent 7b4be0c commit dbc3e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Controller/MatchgridRecordsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function edit($id) {

Log::write('debug', $sor . "/". $sorid . " Updating Reference ID and attributes for Row ID " . $id);

$MatchService->attachReferenceId($sor, $sorid, $AttributeManager, $reqData['referenceId']);
$MatchService->attachReferenceId($sor, $sorid, $AttributeManager, $reqData['referenceid']);
}
} elseif(!empty($reqData['referenceid']) && empty($obj->referenceid)) {
// Forced Reconciliation Request
Expand Down

0 comments on commit dbc3e74

Please sign in to comment.