@@ -75,7 +75,7 @@ |
||
| 75 | 75 | // Find any fields that have been removed from the list |
| 76 | 76 | protected function findRemovedFields() |
| 77 | 77 | { |
| 78 | - $curFields = $this->getFieldsForEquip($this->sysID); //SystemDataFields::where('sys_id', $this->sysID)->get(); |
|
| 78 | + $curFields = $this->getFieldsForEquip($this->sysID); //SystemDataFields::where('sys_id', $this->sysID)->get(); |
|
| 79 | 79 | |
| 80 | 80 | $removedList = []; |
| 81 | 81 | foreach($curFields as $field) |