diff --git a/projects/rero/ng-core/src/lib/record/search/record-search.component.ts b/projects/rero/ng-core/src/lib/record/search/record-search.component.ts index cabf4bb9..1c0e8f0c 100644 --- a/projects/rero/ng-core/src/lib/record/search/record-search.component.ts +++ b/projects/rero/ng-core/src/lib/record/search/record-search.component.ts @@ -331,7 +331,7 @@ export class RecordSearchComponent implements OnInit, OnChanges { this.recordUiService.deleteRecord(this.currentType, pid).subscribe((result) => { if (result === true) { // refresh records - this.getRecords(true, false); + this.getRecords(false, false); // update main counter this.config.total--;