Merge pull request #22992 from eileenmcnaughton/billingnot
[civicrm-core.git] / Civi / Api4 / Generic / BasicSaveAction.php
index b886b50e3e6679548c2e0991c439e98f1b79ed83..a312554d2fe06669c35dfe4f1a75b027f3a7e7dc 100644 (file)
@@ -56,6 +56,7 @@ class BasicSaveAction extends AbstractSaveAction {
     foreach ($this->records as &$record) {
       $record += $this->defaults;
       $this->formatWriteValues($record);
+      $this->matchExisting($record);
     }
     $this->validateValues();
     foreach ($this->records as $item) {